.dhtmlselect { /*style of DHTML Select Menu, main box */
	width: 137px; 
	height: 19px;
	position: relative;
	text-indent: 3px;
	padding: 7px 0 0 5px;
	cursor: hand;
	cursor: pointer;
	background: #2a2a2f url(../_images/findpage-bg.gif) no-repeat;
	color: #b6b5b5;
	font-size: 1.1em;
	z-index: 5;
}
.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;
	width: 142px; 
	border: 1px solid #4a4a4e;
	/*border-bottom-width: 0;*/
	display: none;
	z-index: 5;
	font-weight: normal;
	/*height: 200px;
	overflow: auto;*/
	z-index: 5;
}
.dhtmlselect .dropdown a { /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background: #2a2a2f;
	padding: 2px 0;
	text-indent: 5px;
	text-decoration: none;
	color: #b6b5b5;
	z-index: 5;
}
* html .dhtmlselect .dropdown a { /*IE 6 (and below) hack */
	width: 100%;
}
.dhtmlselect .dropdown a:hover {
	background: #3f3f44;
	color: #b6b5b5;
}

