@charset "UTF-8";ul.dropdown { font-family: "Goudy Old Style", Georgia, Times, serif; font-weight: lighter; font-size: 24px; float: right; color: #EEE; height: inherit;}	ul.dropdown li a{	 display: block;	 color: #EEE;	 padding: 0px 15px;	 height: 50px;	}	ul.dropdown li:hover {	 background: url(../img/navbar_selector.png) no-repeat center 29px;	}		ul.dropdown a:link,	ul.dropdown a:visited { 	text-decoration: none; 	}		ul.dropdown a:hover	{ 	color: #FF9900;	}		ul.dropdown a:active { 	color: #FF9900;	border: none; 	}	/* -- level mark -- */	ul.dropdown ul {	 display: block;	 height: 80px;	 min-width: 650px;	 max-width: 960px;	 margin-top: 0;	 top: 35px;	 font-size: 17px;	}		ul.dropdown ul li a{		display: block;		line-height: 40px;		height: 35px;		color: #333;		border-bottom: #999 1px solid;		}				ul.dropdown ul li:hover {		 margin: 0;		 background-image: none;		}
