.dropdown {float:left; padding-right:5px}
.dropdown dt {
width:245px; font-weight:bold; cursor:pointer; background:url(images/bg_dropdown.gif) no-repeat;
font-size:1em;
margin:0px 0 0px;
padding:6px 0 6px 30px;
color:white;
}
.dropdown dd {
position:absolute; 
overflow:hidden; 
width:241px; 
display:none; 
background:#fff; 
z-index:200; 
opacity:0; 
}
.dropdown ul {width:230px; 
border-color:-moz-use-text-color #2b2b2b #2b2b2b;
border-style:none solid solid;
border-width:medium 2px 2px;
list-style:none;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; color:#333; text-decoration:none; background:white; width:245px}
.dropdown a:hover {background:#2b2b2b; color:white}
.cat-item a,.dropdown .underline {border-bottom:1px solid #797979}
