* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px; text-align: center; font:12px Verdana, Arial, Helvetica;}
.dropdown dt {width:75px; border:0px solid #000; padding:7px 15px 7px 15px; font-weight:bold; cursor:pointer; background-image:url('../images/drop_bg.jpg'); background-repeat:repeat-x;}
.dropdown dt:hover {background-image:url('../images/drop_bg.jpg'); background-repeat:repeat-x;}
.dropdown dd {position:absolute; overflow:hidden; width:105px; display:none; background-color: #fff; z-index:200; opacity:0}
.dropdown ul {width:105px; border:0px solid #000; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#000; text-decoration:none; background-color:#AAA; width:95px}
dl.dropdown a:hover {background-color: transparent; color:#fff}
.dropdown ul a:hover {background-color: transparent; color:#000}
.dropdown .underline {border-bottom:1px solid #000}
