.dropdown {
	float:left;
	padding:15px 12px 0 21px;
	background:url(../images/navLiBg.jpg) no-repeat left 18px;
	height:45px;
	text-align:left;
}
.dropdown dt {
	cursor:pointer;
	display:block;
	font-family:"Myriad Pro", arial;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
}
.dropdown dt:hover {
	color:#f4ed19;
	text-decoration:none;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:320px;
	display:none;
	margin-top:12px;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:320px;
	border:2px solid #333;
	list-style:none;
	border-top:none;
	
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FF0;
	text-decoration:none;
	background:#121212;
	width:320px;
	border-top:2px solid #333;

}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000
}
.dropdown .underline {
	border-bottom:1px solid #333
}

