* {padding:0; margin:0}
body {font:12px Verdana, Arial, Helvetica}
#wrapper {width:600px; padding:25px; margin:0 auto}
#leftcolumn {float:left; width:220px}
#rightcolumn {float:left; width:380px}
.dropdown {display:block; position:relative}
.dropdown dt {width:185px; border:2px solid:url(images/bg.bmp); padding:1px; font-weight:bold; cursor:pointer; background:url(images/bg.bmp)}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:url(images/bg.bmp)}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:180px; display:none; background:url(images/bg.bmp); opacity:0}
.dropdown ul {width:184px; border:2px solid:url(images/bg.bmp); 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:url(images/bg.bmp); width:175px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #FFFFFF}