.dhtmlselect{ /*style of DHTML Select Menu, main box */
font-weight: normal;
font-size: 11.5px;
color: #ffffff;
font-family: Arial; 
font-variant: normal;
width: 153px; /*default  width of main box */
height: 18px;
border: none;
position: relative;
text-indent: 3px;
padding: none;
cursor: hand;
cursor: pointer;
color: #ffffff;
background-color: Transparent;
background: #5C5C5C url(../images/backgrounds/ComboBackground.jpg) repeat-x scroll center top;
line-height: 13.8px;
text-align:left;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
background: #5C5C5C url(../images/backgrounds/ComboBackground.jpg) repeat-x scroll center top;
cursor: hand;
cursor: pointer;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: -1px;
width: 171px; /*default width of drop down menu*/
border: 1px solid rgb(36,36,36);
/*border: none;*/
border-bottom-width: 1;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #5C5C5C;
border-bottom: none;
padding: 0px 0;
text-indent: 5px;
text-decoration: none;
color: #ffffff;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #5C5C5C ;
color: #ff0062; 
}