@charset "UTF-8";

/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 */


#menu ul.dropdown {

 font-family: 'Dosis', Arial, sans-serif; 
 font-weight: 700;
 font-size: 15px;

 
 
}

	#menu ul.dropdown li {
	 padding: 5px 10px;
	 background-color:#040C19;
	 color: #fff;
	 line-height: 20px;
	 }
	
	

	#menu ul.dropdown li.first {
	/* padding-left: 25px;*/
	/*background: transparent url(../images/menu/box1-bottom2.png) 0 100% no-repeat;*/
	  
	}
	
	#menu ul.dropdown li.static {
	 /*padding-left: 5px;*/
	 /*background: transparent url(../images/menu/box1-bottom2.png) 0 100% no-repeat;*/
	}

	#menu ul.dropdown li.last {
	/*padding-right: 15px;*/
	/*background: transparent url(../images/menu/box1-bottom2.png) 100% 100% no-repeat;*/
	}

	#menu ul.dropdown li.hover,
	ul.dropdown li:hover {
	color: #4894b8;
	}

	#menu ul.dropdown a:link,
	#menu ul.dropdown a:visited	{ color: #000; text-decoration: none; padding-left:12px; } /*dropdown text color*/
	#menu ul.dropdown a:hover		{ color: #4894b8; }
	#menu ul.dropdown a:active	{
	color: #FFF;
}


	/* -- level mark -- */

	#menu ul.dropdown ul {
	 /*left: -50px;*/
	 width: 175px;
	 /*background: url(../images/menu/box1-top.png) 50% 0 no-repeat;*/
	}

	#menu ul.dropdown li.last ul {
	 left: auto;
	 /*right: 16px;*/
	 
	}

/*dropdown background color (grey);*/
		#menu ul.dropdown ul li {
			background-color:#f0f0f0;
			height: auto;
		 /*padding: 5px 15px;*/
		 line-height: 1.3em;
		 white-space: normal;
		}

#menu ul.dropdown ul li a {
	
			height: auto;
		 /*padding: 5px 15px;*/
		 line-height: 1.3em;
		 white-space: normal;
		}

		#menu ul.dropdown ul li.first {
			
		 padding-left: 0;
		 background: #000;
		}

		#menu ul.dropdown ul li.last {
		
		padding-bottom: 10px;
		background: transparent url(../images/menu/box1-bottom.png) 50% 100% no-repeat;
		}

		#menu ul.dropdown ul li.first ul {
		 top: 0;
		 padding: 0 16px 0 0;
		 /*background-image: url(../images/menu/box1-outwards-top-right.png);*/
		}

		#menu ul.dropdown ul li.first li.first {
		 background-image: none;
		}

		#menu ul.dropdown ul li.last {
		 padding-right: 0;
		}

		#menu ul.dropdown ul li.last ul {
		 left: 100%;
		 right: auto;
		 top: -16px;
		}

		/* -- level mark -- */

		#menu ul.dropdown ul ul {
		 top: 0px;
		 left: 100%;
		 padding: 0px 0 0;
		 		 /*background: transparent url(../images/menu/box1-top-left.png) 0 0 no-repeat;*/
		}

			ul.dropdown ul ul li.first {
			 padding-top: 10px;
			/* background: #172322 url(../images/menu/box1-top-right.png) 100% 0 no-repeat;*/
			}


/*-------------------------------------------------/
 * @section		Search Form
 */

#menu ul.dropdown form * {
 display: inline;
 float: left;
}

#menu ul.dropdown form label {
 display: none;
}

#menu ul.dropdown form input.text {
 width: 143px;
 height: 18px;
 padding: 2px 25px 2px 5px;
 border-width: 0;
 background: transparent url(../images/menu/bg_search-field.png) 0 0 no-repeat;
 color: #969696;
 font: normal 14px/17px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 vertical-align: middle;
}

#menu ul.dropdown form input.text:focus {
 outline: none;
}

#menu ul.dropdown form input.button {
 position: relative;
 margin: 4px 0 0 -20px;
}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 */


#menu ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(../images/menu/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;

}




/* -- Components override -- */

#menu ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(../images/menu/nav-arrow-right.png);
 background-position: 95% 50%;
 background-repeat: no-repeat;
}
