.dhtmlselect{ 
	border: none;
	position: relative;
	text-indent: 5px;
	padding: 1px 0;
	cursor: hand;
	cursor: pointer;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	z-index:50;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0;
	border: 1px solid #AAAF8F;
	border-bottom-width: 0;
	display: none;
	font-weight: normal;
	height:120px;
	z-index: 5;
	overflow:auto;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #AAAF8F;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.dhtmlselect .dropdown a:hover{
background: #E3D6E0;
}