div.dhtmlSelect {
	float: left;
	position: relative;
	z-index: 4;
    display:block;
}

div.dhtmlSelect span.dhtmlSelectTrigger {
    cursor:hand;
    display:inline;
    background:url(/SWCode/cms_images/Shared_new/icon_arrow_down.gif) no-repeat right center;
    padding: 2px 14px 2px 2px;
    text-align:right;
}

div.dhtmlSelect ul {
	position: absolute;
	top: 100%;
	left: 0;
    background-color:#efefe4;
    display:none;
    list-style-type:none;
    margin: 0 !important;
    padding: 0 !important;
    width:75px;
}

div.dhtmlSelect ul li {
    margin:0 !important;
    padding-right:0 !important;
    display:inline;
}

div.dhtmlSelect ul li a {
    display: block;
    text-decoration:none;
	color: #77392a;
	width:71px;
	padding: 3px;
	
}

div.dhtmlSelect a:hover {
    color:#FFFFFF;
    background-color: #409ed2;
}
