body { font:11px  Arial, Verdana, Helvetica}
* {padding:0;
    margin:0}

.dropdown {
	float:left; 
	padding-right:0px
	}
	
.dropdown dt { 
	width:100%;
	height:40px;
	line-height:25pt;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;   
	}
	
.dropdown dt:hover {
	width:100%;
	height:40px;
	line-height:25pt;
	border:0px solid #9ac1c9; 
	padding:0px; 
	font-weight:notmal; 
	cursor:pointer;
	}
	
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:195px; 
	display:none; 
	background:#808A89; 
	z-index:100; 
	opacity:0
	}
	
.dropdown ul {
	width:100%; border:0px solid #e4d9d5;  list-style:none; border-top:none
	}
	
.dropdown li { display:inline }
.dropdown .menulink, .dropdown .menulink:active, .dropdown .menulink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight:bold;
	display:block; 
	padding-left:0px;
	color:#ffffff; 
	text-decoration:none;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ffffff;		
	line-height:17pt;
	background:#939F9F;
	}
	/*8AB17C   86BF3E*/
.dropdown .menulink:hover{	background:#797c7c; color:#ffffff;  /*7A8581;*/}	
/*.dropdown .underline { border-bottom:1px solid #ffffff; width:100%;line-height:17pt; }*/