.dhtmlselect{ /*style of DHTML Select Menu, main box */
/*width: 100px; default  width of main box */

border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
position: relative;
text-indent: 7px;
padding-top: 2px;
cursor: default;
background-color: #202425;
height: 19px;
margin: 3px 17px 0px 0px;
_margin-top: 4px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
margin: -3px 0px 0px -1px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
top: 0;
border: 1px solid #0e1320;
display: none;
z-index: 5;
font-weight: normal;
margin: 0px 0px 0px -1px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background-color: #292929;
border-bottom: 1px solid #222222;
border-top: 1px solid #343434;
padding: 1px;
text-decoration: none;
color: #cfcfcf;
cursor: default;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background-color: #232323;
color: #FFFFFF;
}
