* {padding:0; margin:0}
.dropdown {
	float:left
}
.dropdown dt {
	width:60px;
	padding:0px;
	font-weight:bold;
	cursor:pointer;
	height: 40px;
	margin-bottom: 5px;
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:149px;
	display:none;
	z-index:1000;
	opacity:0;
	left: -5px;
}
.dropdown ul {
	width:auto;
	list-style:none;
	position: relative;
	left: 5px;
	height: 90px;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:149px;
	height: 40px;
}
.dropdown a:hover {
	color:#000;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
