
.dropdown {
	float:left;

}
.dropdown dt {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:105px;
	text-align:center;
	height:30px;
	line-height:30px;

}
.dropdown dt:hover {
	color:#ffd724;
}
.dropdown dt a{ background:none;}
.dropdown dt a:visited{ background:none;}
.dropdown dt a:hover{ background:none; color:#fbba00;text-decoration:none;}


.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:120px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	text-align:center;
	padding-top:5px;
	width:120px;
	line-height:22px;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	background:#6699cc;
	width:105px;
}
.dropdown a:hover {
	background:#6699cc;
	color:#fbba00;
}

.dropdown .underline {
	border-bottom:1px solid #fff;
}

