.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 200px; /*default  width of main box */
border: 1px solid #BBBBBB;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #ffffff;
font-family:Arial; 
font-size: 11px;
color: #990000;
margin-left: 8;
font-weight: bold
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB; border-top:1px solid #BBBBBB; border-bottom:0px solid #BBBBBB; position: absolute;
left: 200;
width: 200px; /*default width of drop down menu*/
display: none;
z-index: 5;
font-family:Arial; 
font-size: 11px;
margin-left: -1;
margin-top: -23;
font-weight: normal
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #FDFDFD;
border-bottom: 1px solid #BBBBBB;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #F0F0F0;
}
