@charset "utf-8";
/* CSS Document */

.dropdown {float:left; }
.dropdown dt {cursor:pointer; color:white; text-align:center; font-family:'Tahoma'; font-size:12px}
.dropdown dt:hover {background:#b0cd37;}
.dropdown dd {position:absolute; overflow:hidden; width:139px;  display:none; background:#b0cd37; z-index:0; opacity:0; margin:0; }
.dropdown ul {width:139px;  list-style:none; border-top:none; padding-left:0; padding-top:8px}
.dropdown li {display:inline; }
.dropdown a.drop, .dropdown a.drop:active, .dropdown a.drop:visited {display:block; text-decoration:none; ; width:139px; height:27px; font-family:'Tahoma'; font-weight:bold; font-size:11px; color:white; text-align:center;}
.dropdown a.drop:hover {background:#ffffff; color:#333333;}
<!--.dropdown .underline {border-bottom:0px solid #b9d6dc}-->





body{font-family:arial; font-size:0px; color:#b0cd37;}

