* {padding:0; margin:0}
body{font: 12px Verdana, Arial, Helvetica;}
#wrapper{width: 180px;padding: 15px;margin: 1 auto;}
#leftcolumn {float:left; width:225px;}
#rightcolumn {float:left; width:525px}
.dropdown {display:block; position:relative}
.dropdown dt {width:165px; border:2px solid #9ac1c9; padding:5px; font-weight:bold; cursor:pointer;}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:#d9e1e4; color:#000}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:155px; display:none; background:#fff; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style: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:150px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
