/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm ul{position:absolute;top:-999999px;width:100px;}
ul.sm li{position:relative;float:left;}
ul.sm a{position:relative;display:block;white-space:nowrap;}
ul.sm a.disabled{cursor:default;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
ul.sm,ul.sm *,ul.sm *:before,ul.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}


/* Import "PT Sans Narrow" font from Google fonts */
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-blue > li > a { ... } instead of .sm-blue a { ... }
---------------------------------------------------------------*/



	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-blue{width:auto !important;}
	ul.sm-blue ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-blue>li{float:none;}
	ul.sm-blue>li>a,ul.sm-blue ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-blue iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-blue ul, .sm-blue span.sub-arrow, .sm-blue iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

#main-menu{
	margin:0px;
	background-repeat:no-repeat;
	background-position:0px;
	z-index:2;
	width:100% !important;
}

	.sm-blue {
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#0066cc;
		background-repeat:no-repeat;
		z-index:2;
		margin-left: -8px!important;
		margin-top: -8px !important;
		margin-right: -8px !important;
		position:fixed;
		width:100% !important;
	}

	.sm-blue li {
		background-color:#0066cc;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		height:32px;
		z-index:2;
	}
	.sm-blue li:first-child a{
		height:31px;

	}
	.sm-blue > li:last-child > ul > li:last-child > a{
		padding-bottom:20px;
	}
	.sm-blue ul {
		border:0;
		padding:0;
		background:#0066cc;
		color:white;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		
	}
	.sm-blue ul ul {
		/* darken the background of the 2+ level sub menus and remove border rounding */
		
	}


/* Menu items
===================*/

	.sm-blue a {
		padding:10px 10px 0px 24px !important; /* add some additional left padding to make room for the sub indicator */
		
		background-image:url(HBiconWhite.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:6px;
	background-size:24px 20px;
	margin-right:10px;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#0066cc;
		z-index:2;
	}
	.sm-blue ul a {
		background:transparent !important;
		color:#ffffff !important;
		text-shadow:none !important;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		z-index:2;
	}
	.sm-blue a.current {
		background:#0066cc !important; /* Old browsers */
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-blue ul a {
		border-left:8px solid transparent;
	}
	.sm-blue ul ul a {
		border-left:16px solid transparent;
	}
	.sm-blue ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-blue ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-blue ul ul ul ul ul a {
		border-left:40px solid transparent;
	}
	/* round the corners of the first and last items */
	.sm-blue > li:first-child > a {
		
	}
	/* presume we have 4 levels max */
	.sm-blue > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		padding-bottom:10px;
		
	}
	
	.sm-blue > li:last-child > ul{
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
	}
	
	/* highlighted items, don't need rounding since their sub is open */
	.sm-blue > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Sub menu indicators
===================*/

	.sm-blue a span.sub-arrow,
	.sm-blue ul a span.sub-arrow {
		top:50%;
	    left:auto;
		right:6px;
		width:25px;
		height:25px;
		font:bold 16px/16px monospace !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background-image:url(HBiconWhite.png);
		background-repeat:no-repeat;
		background-size:20px;
		background-position:0px;
		visibility:hidden;
		
	}
	/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
	.sm-blue a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:0;
	}
	.sm-blue ul li {
		border-top:0;
	}
	.sm-blue ul li:first-child {
		border-top:0;
	}

}