.dhtmlselect{
	width: 120px; /*default  width of main box */
	border: 1px solid black;
	color: #ff0000;
	position: relative;
	text-indent: 3px;
	padding: 1px 0;
	cursor: hand;
	cursor: pointer;
	background-color: #000;
	font-size: 10;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
top: -5px;
width: 53px;
height: 30px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 120px; /*default width of drop down menu*/
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
color: #fff;
display: block;
background: #000;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
text-align: left;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #D52D12;
color: #fff;
}