body { font-family:Arial, Helvetica, sans-serif;}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px;}
.dropdown hover {font-weight:bold; text-decoration:underline;}
.dropdown dt {width:102px; border:0px solid #9ac1c9; padding:0px 5px; font-weight:normal; cursor:pointer; }
.dropdown dt:hover {font-weight:normal; text-decoration:underline; padding-bottom:8px;}
.dropdown dd {position:absolute; overflow:hidden; width:120px; display:none;   background:#eaf0f2; z-index:500;}
.dropdown ul {width:130px; border:1px solid #9ac1c9; list-style:none; padding:10px;  border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:120px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc; padding-bottom:8px}
