.dhtmlselect{ /*style of DHTML Select Menu, main box */
width:187px; /*default  width of main box */
height:24px;
border-top:1px solid #9a9a9a;
border-bottom:1px solid #9a9a9a;
border-left:1px solid #9a9a9a;
text-indent:10px;
line-height:24px;
cursor: hand;
cursor: pointer;
background-color: #ffffff;
position:absolute;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
font-weight:normal;
z-index:110;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
top:-1px;
width:30px;
height:26px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
width: 187px; /*default width of drop down menu*/
border-top:1px solid #9a9a9a;
border-bottom:1px solid #9a9a9a;
border-left:1px solid #9a9a9a;
border-bottom-width: 0;
display: none;
z-index:110;
font-weight: normal;
left:0px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #efefef;
border-bottom:1px solid #9a9a9a;
border-right:1px solid #9a9a9a;
padding: 1px 0;
text-indent:10px;
text-decoration: none;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
font-weight:normal;
color:#333333;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #aaaaaa;
}



