.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 240px; /*default  width of main box */
height:18px;
font-size:11px;
line-height:18px;
border:#EEEEEE solid 0px;
background:url(../images/combo.gif) repeat-x;
position:relative ;
text-indent: 10px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
margin-left:-1px;
margin-top:1px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */

left:0;
/*background:url(../img/combox_bg.gif) repeat-x;*/
background-color:White;
width: 240px; /*default width of drop down menu*/
border-bottom-width: 0;
display: none;
font-weight: normal;

}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
/*background:url(../img/combox_bg.gif) repeat-x;*/
background-color:White;
border: #EEEEEE solid 1px;
padding: 1px 0;
text-decoration: none;
color: #2b2b2b;
}


* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background:#EEEEEE ;
}