.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 193px; /*default  width of main box */
height:22px;
position:relative;
background-image:url(dbg.gif); background-repeat:no-repeat;
cursor: hand;
background-color: #F0F0F0; font-family:Arial, Helvetica, sans-serif; font-size:11px;
}


.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 225px; /*default width of drop down menu*/
border: 1px solid #D8D8D8;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #FFF;
border-bottom: 1px solid #D8D8D8;
padding: 5px 3px 5px 3px;
text-decoration: none;
color: #353535;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #7B9F44; color:#FFFFFF;
}