.dropdown { width:100px; float:left;}
.dropdown dt {width:auto;  cursor:pointer; padding:0px 14px; height:32px; line-height:32px;  display:block;}
.dropdown dt:hover {background:#b2b1b2}
.dropdown dd {position:absolute; overflow:hidden; width:195px; display:none; background:url(../images/spacer.png) repeat; z-index:200; }
.dropdown ul {width:180px;  list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; border-bottom:1px solid #999999;  color:#000000; text-decoration:none; background:url(../images/spacer.png) repeat; width:180px}
.dropdown a:hover {background:#d9e1e4; color:#FFFFFF}
.dropdown a.underline {}
.dropdown a:hover.underline { color:#FFFFFF}