.dselect{ /*style of DHTML Select Menu, main box */
border: 1px solid #d87500;
cursor: pointer;
height: 10px !important;
line-height: 10px;
padding: 1px 0pt;
position: relative;
text-indent: 6px;
width: 171px;
background: #fff;
margin: 0 0 0 15px;
/* background: transparent url('../images/compsearch_bg.gif') no-repeat top left; */
}

.dselect span 
{
    float:left;
    font-size:9px;
    color:#819A9E;    
}

.dselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
float:right;
position:absolute;
right:-1px;
top:-1px;}

.dselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
width:171px; /*default width of drop down menu*/
border-top: solid 1px #d87500;
border-right: solid 1px #d87500;
border-bottom: solid 1px #d87500;
border-left: solid 1px #d87500;
display: none;
z-index: 105;
font-weight: normal;
right:-1px;
background: #ffffff;
}

.dselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
    background: #ffffff;
	padding: 1px 0;
	text-indent: 5px;
	text-decoration: none;
	color: #819A9E;
	line-height:12px;
}

* html .dselect .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}

.dselect .dropdown a:hover {
	background: #d87500;
	color: #fff;
}