.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 200px; /*default  width of main box */
position: relative;
cursor: hand;
cursor: pointer;
}

.dhtmlselect .downbtn{ /*style of the btn */
	background:transparent url(../images/btn_designswitcher.gif) no-repeat scroll right top;
	width:200px;
	height:28px;
	display:block;
	text-indent:-9999px;	
	margin-right:-4px;
	margin-bottom:35px;
	padding-left:0px;
	float:right;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 122px; /*default width of drop down menu*/
border: 1px solid #424b58;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
background-color: #68768b;
margin-right:0px;
margin-top:24px;
margin-left:76px;
}

#secondary-content .dhtmlselect .dropdown a { /*style of Drop Down Menu's links */
width: auto;
display: block;
border-bottom: 1px solid #424b58;
padding:0;
text-indent: 17px;
text-decoration: none;
color:#ffffff;
}

#secondary-content .dhtmlselect .dropdown a:link, #secondary-content .dhtmlselect .dropdown a:visited {
	background:transparent url(../images/btn_switcher_link.gif) no-repeat scroll left center;
}

#secondary-content .dhtmlselect .dropdown a:hover, #secondary-content .dhtmlselect .dropdown a:active {
	background:transparent url(../images/btn_switcher_link_hi.gif) no-repeat scroll left center;
}

* html .dhtmlselect .dropdown a { /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #ffe469;
}