body { }
* {padding:0; margin:0;}
.dropdown {display:inline-block; }
.dropdown dt {font-family: Arial; font-size:11pt;  font-weight: bold; color: #dea028; padding-bottom:8px; cursor:default;}
.dropdown dt:hover {text-decoration: underline; }
.dropdown dt:active {}
.dropdown dd {position:absolute; overflow:hidden; width:154px; display:none; background:#fff; z-index:200; opacity:0;}
.dropdown ul {width:204px; list-style:none; }
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; text-align:left; font-family: Arial; font-size: 11px; padding:5px; font-weight: bold; color: #FFFFFF; text-decoration:none; background:#384344	; width:144px}
.dropdown a:hover {background:#d38e26; color:#FFFFFF}
.dropdown .underline {border-bottom:1px solid #9B918F}