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