.dropdown {float:left; padding-right:5px}
.dropdown dt { font-size:0.8em; width:138px; border:2px solid #9ac1c9; padding:1px 6px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt span { width:140px; display:inline-block; background:url(/images/icoExpandArrow.gif) no-repeat right; }
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:154px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:150px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited { border-bottom:1px solid #b9d6dc; display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:140px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {}