.dropdown {
	float:left; 
	padding-right:0px
	}
	
.dropdown dt { 
	color:#999999;
	width:71px;
	height:33px;
	line-height:25pt;
	/*border:0px solid #9ac1c9;*/ 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;   
	}
	
.dropdown dt:hover {
	background:url(images/header_over.gif);
	}
	
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:150px; 
	display:none; 
	background:#000000; 
	z-index:100; 
	opacity:0
	}
	
.dropdown ul {
	width:150px; 
	border:0px solid #0B485E; 
	list-style:none; 
	border-top:none;
	}
	
.dropdown li { display:inline }
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:1px;
	padding-left:10px;
	color:#FFFFFF; 
	text-decoration:none; 
	background:black; 
	width:146px;
	text-align:left;
	}
	
.dropdown a:hover { background:#666; color:#FFFFFF }
.dropdown .underline { border-bottom:1px solid #006; }