body {margin:30px; font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {
	float:left;
	padding-right:0px
}
.dropdown dt {
	width:50px;
	font-weight:normal;
	cursor:pointer;
	background:url(images/header.gif)
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:120px;
	display:none;
	background:#fff;
	z-index:100;
	opacity:0
}
.dropdown ul {
	width:120px;
	list-style:none;
	border-top:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:120px
}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {
}
