.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 126px; /*default  width of main box */
position: relative;
padding: 0;
cursor: hand;
cursor: pointer;
background:url(../pic/bg_select.gif) no-repeat left;
color:#006599;
height:18px!important;
text-align:left;
margin-bottom:2px;
margin-left:0px;
}
.dhtmlselect span {
	height:15px;
	line-height:14px;
	border:none!important;
	padding:2px 0px 0px 8px !important;
	width:113px;
/*	background: white;*/
	margin:0 0 0 4px !important;
	font-size:10px;
	color:#006599!important;
	cursor: hand;
	cursor: pointer;
	overflow:hidden;
	display:inline;
	float:left;
	white-space:nowrap;
	text-align:left;
}

.select_menu .dhtmlselect {
	width:155px;
	background:url(../pic/bg_select2.gif) no-repeat left;
}
.select_menu .dhtmlselect span {
	width:150px;
}
.select_menu .dhtmlselect .dropdown {
	width:150px;
}



.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
/*position: absolute;*/
float:right;
margin-top:-17px;
margin-left:10px;
margin-bottom:0px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
z-index:10000;
left: 0;
width: 121px; /*default width of drop down menu*/
height: 85px;
overflow:auto;
display: none;
z-index: 9999;
font-weight: normal;
margin-left:0px;
padding:0px 0px 0px 4px;
background:white;
border:1px solid #7893ae;
margin-top:17px;
top:0px;
}


.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background:white;
color:#006599;
padding: 3px 0px 3px 4px;
margin-left:-4px;
text-decoration: none;
text-indent:0px;
font-size:9px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: auto;
color: #006599;
}

.dhtmlselect .dropdown a:hover{
background: #7fb2cc;
color:white;
}