
.dropdown {
	float:left;
}
.dropdown dt {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:105px;
	text-align:center;
	border-right:1px solid #fff;
	height:29px;
	line-height:29px;
}
.dropdown dt:hover {
	color:#ffd724;
}
.dropdown dt a{ background:none;}
.dropdown dt a:visited{ background:none;}
.dropdown dt a:hover{ background:none; color:#ffd724;}


.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:105px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	text-align:center;
	width:105px;
	line-height:20px;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background:#727272;
	width:105px;
}
.dropdown a:hover {
	background:#ccc;
	color:#000000;
}

.dropdown .underline {
	border-top:1px solid #fff;
}

