* {padding:0; margin:0}
.dropdown 
{
	float:left; 
	padding-right:4px;
}
.dropdown dt 
 {
	/*width:130px;*/
	border:0px solid #9ac1c9; 
	padding:1px; 
	font-weight:bold;
    cursor:pointer; 
	background:url(images/header.gif);
	font:12px Verdana, Arial, Helvetica;
	color:#656972;
	font-size:12px;
}

.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 #E6E6E6; 
	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; 
	/*width:150px;*/
}
.dropdown a:hover 
{
	color:#000;
	text-decoration:underline; 
}
.dropdown .underline 
{
	/*border-bottom:1px solid #b9d6dc;*/
}