.dropdown {display:block; position:relative; color:#EEEEEE; }
.dropdown * {padding:0; margin:0}
.dropdown dt {display:block; width:184px; height: 25px;padding:8px; font-weight:bold; cursor:pointer; background:url("buttonbg22.png") center center no-repeat;text-align:center; }
/*.dropdown dt:hover {background:url("buttonbg21.png") center center no-repeat}*/
.dropdown a {display:block; text-decoration:none; color:#EEEEEE}
.dropdown a:hover {color:#FFFFFF}
.dropdown .upperdd {border-bottom:none}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:rgb(198,152,57); opacity:0}
.dropdown ul {width:204px; border:1px solid #000000; list-style:none}
.dropdown li {display:inline}
.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {padding:5px; background:rgb(27,21,7); width:194px; color: #EEEEEE}
.dropdown ul a:hover {background:url(gaf210layout6t.jpg) center center; color: #FFFFFF}
.dropdown .underline {border-bottom:1px solid #222222}