body {
	margin:25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt {
	positioning: center
	width:120px;
	border:0px solid #CCC;
	padding:6px;
	font-weight:bold;
	cursor:pointer;
	background:none
	
}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:135px;
	display:none;
	background:none;
	z-index:200;
	opacity:0
}
.dropdown ul {
	width:185px;
	border:0px solid #666;
	list-style:none;
	border-top:none
}
.dropdown li {
	display:inline;
	text-align: left;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:3px;
	color:#333;
	text-decoration:none;
	background:#CCC;
	width:181px
}
.dropdown a:hover {background:#666; color:#CCC}
.dropdown .underline {border-bottom:1px solid #666}

