.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 174px; /*default  width of main box */
border-right:none;
position: relative;
padding: 0;
cursor: hand;
cursor: pointer;
background: url(/pic/bgr_scroll.gif) no-repeat;
color:#656565;
height:20px!important;
}

.dhtmlselect span {
	font-size:11px;
	color:#4f6b92;
	padding-left:5px;
	line-height:18px;
	float:left;
	width:154px;
	cursor: hand;
	cursor: pointer;
	overflow:hidden;
	display:inline;
	float:left;
	white-space:nowrap;
}


.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position:absolute;
margin:0 0 0 -3px;
width:21px;
height:20px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
z-index:100;
left: 0;
width: 190px; /*default width of drop down menu*/
height: 210px;
overflow:auto;
display: none;
z-index: 9999;
font-weight: normal;
margin-left:0px;
margin-top:17px;
padding:0px 0px 0px 4px;
background:white;
border:1px solid #72a1e1;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: white;
padding: 3px 0px 3px 4px;
margin-left:-4px;
text-decoration: none;
color: #656565!important;
text-indent:0px;
font-size:10px;
border-bottom:1px solid #dcdcdc;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: auto;
color: #6394ce;
}

.dhtmlselect .dropdown a:hover{
background: #eaf2fb;
color:black;
}