
.dropdown {
	float:left;
	padding:0px;
}
.dropdown dt {
	width:118px;
	border-right:1px solid #111;
	padding:5px 0px;
	text-align:center;
	cursor:pointer;
	color:#777;
	background:#222;
}
.dropdown dt:hover {
	background:#221111;
	color:#FFF;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:129;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:129px;
	border:0px solid #111;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
	text-align:center;
}
.dropdown a,
.dropdown a:active,
.dropdown a:visited {
	display:block;
	padding:5px 2px;
	color:#111;
	text-decoration:none;
	background:#CCC;
	width:129px;
}
.dropdown a:hover {
	background:#221111;
	color:#FFF
}
.dropdown .underline {
	border-bottom:0px solid #000;
}