@charset "UTF-8";

/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 990px;
	height: 45px;
}

	ul.dropdown li {
	padding: 7px 0;
	background-color:;
	color: #000000;
	line-height: 1em;
    border-top-color: #42639B;	
	border-top-width: 1px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	ul.dropdown a:hover { color: #b0cdff; text-decoration: none; }
	ul.dropdown a:active { color: #b0cdff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 185px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	color: #000000;
	font-size: 13px;
	text-transform: none;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	KhtmlOpacity: .95;
	opacity: .95;
	}

		ul.dropdown ul li {
	 	 width: 195px;
		 background-color: #EFEFEF;
		 border-bottom-width: 1px;
		 border-bottom-color: #666666;
		 color: #000000;
	  	 filter: alpha(opacity=95);
		 -moz-opacity: .95;
		 KhtmlOpacity: .95;
		 opacity: .95;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #000000; }
		ul.dropdown ul a:hover { color: #000000; text-decoration: none; }
		ul.dropdown ul a:active { color: #000000; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	padding-right: 25px;
	background-image: url(images/wv_menubg.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 14px;
}

ul.dropdown *.dir1 {
	padding-right: 25px;
	background-image: url(images/nav_home_up.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 14px;
}

ul.dropdown *.dir2 {
	padding-right: 5px;
	margin-right: 2px;
	background-image: url(images/search_bg.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 14px;
	width: 245px;
}

ul.dropdown *.dir3 {
	background-image: url(images/nav_spacer.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 14px;
}

/* ----- END LEVEL */


/* Components override */
