.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 100px; /*default  width of main box */
border: 1px solid orange;
position: relative;
text-indent: 3px;
text-align:left;
line-height:160%;
padding: 0px;
cursor: hand;
cursor: pointer;
background-color: #fff;
z-index: 105;
margin:12px 0px 0px 0px;
top:0px;
left:0px;
height:16px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
padding:0px;
margin:0px;
vertical-align:top;
height:16px;
width:14px;
top:0px;
left:0px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 100px; /*default width of drop down menu*/
border: 1px solid ogange;
border-bottom-width: 0;
display: none;
z-index: 105;
font-weight: normal;
padding:0px;
margin:0px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #fff;
border-bottom: 1px solid orange;
text-indent: 5px;
text-decoration: none;
color: black;
z-index: 105;
padding:0px;
margin:0px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
z-index: 105;
padding:0px;
margin:0px;
}

.dhtmlselect .dropdown a:hover{
background: #999;
z-index: 105;
padding:0px;
margin:0px;
}