body {margin:25px; font:12px Verdana}
* {padding:0; margin:0}
.dropdown {
	float:left;
	position:relative;
	padding-right:5px;
	width: auto;
}
.dropdown dt {width:80px; border:none; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {
	background:url(images/header_over.gif);
	color: #CCC;
}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#333; z-index:200; opacity:0}
.dropdown ul {width:204px; border:none; list-style:none; border-bottom:none}
.dropdown li {width:display:inline; text-align: left}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#666;
	text-decoration:none;
	background:#333;
	width:100x
}
.dropdown a:hover {background:#FFFFFF; color:#666}
.dropdown .underline {border-bottom:none}
