.dropdown 
{
	float:left; padding-right:5px;
}
	
.dropdown dt {
	width:188px; 
	border:2px solid #666; 
	padding:8px; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(../images/header.gif);
}
	
.dropdown dt:hover {
	background:url(../images/header_over.gif);
}
	
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:208px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
}
	
.dropdown ul {
	width:204px; 
	border:2px solid #666; 
	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:#e5e5e5; 
	width:194px;
}
	
.dropdown a:hover {
	background:#b5b6b6; 
	color:#000;
}
	
.dropdown .underline {
	border-bottom:1px solid #666;
}