* {
	padding:0;
	margin:0
}
.dropdown {
	float:left;
	padding-right:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 1px;
	height:23px;
}
.dropdown dt {
	/* width:188px; 
	background:url(images/header.gif) 
	border:2px solid #9ac1c9; */ 
	padding:8px;
	font-weight:bold;
	cursor:pointer;
}
.dropdown dt:hover {
	/* background:url(images/header_over.gif) */
	background-color:#666;
}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:208px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0
}
.dropdown ul {
	width:204px; 
	border:2px solid #9ac1c9; 
	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; */
	background-color:#fff;
	width:194px
}
.dropdown a:hover {
	background:#d9e1e4; 
	color:#000
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc
}
.nodrop, .nodrop:active, .nodrop:visited {
	/* background:url(images/header.gif);
	display:block; */
	padding:7px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
.nodrop:hover {
	/* background:url(images/header_over.gif) */
	background-color:#666;
}

