.dropdown { float:left;}
.dropdown dt {width:auto; border:0; font-weight:bold; cursor:pointer; background:url(../img/nav-bg.gif);}
.dropdown dt:hover {background:url(../img/nav-bg-hover.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:120px; display:none; background:#fff; z-index:200; opacity:0;margin-left:-1px}
.dropdown ul {width:40px; border:2px solid #9ac0c9; list-style:none; border-top:none}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; text-decoration:none;width:auto;}
.dropdown li a { width:200px;background:#efeff7}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline { color: #333333; border-bottom:1px solid #b9d6dc !important; !important;font-weight:normal !important;padding:5px !important;width:120px !important;}
.dropdown .underline:hover {background:#d9e1e4 !important;}
