body { margin:0;font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown 
{
	float:left; 
	padding-right:5px;
	}
.dropdown dt {width:116px;   height:23px;  font-weight:bold; cursor:pointer; height:23px;}
.dropdown dt:hover {}
.dropdown dd {position:absolute ; overflow:hidden;  width:140px; display:none; background:#686652; z-index:140; }
.dropdown ul {width:140px;  list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:white; text-decoration:none; background:#686652; width:140px}
.dropdown a:hover {background:#6d385b; color:white}
.dropdown .underline {background:#686652; font-family:Arial;
    font-size:11px;
    text-decoration:none;
text-align:left;}