.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
position: relative;
text-indent: 3px;
padding: 4px 0px 6px 10px;
cursor: hand;
cursor: pointer;
background-image:url(../images/select-country-img.png);
background-position:left top;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
z-index:1000000;
}

.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;
padding:0px 0px 0px 0px;
width: 140px; /*default width of drop down menu*/
/*border: 1px solid black;*/
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
border:3px #cccccc solid;
background-color:#FFFFFF;
line-height:20px;
-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

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

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

.dhtmlselect .dropdown a:hover{
background: #4c8ca7;
color:#FFFFFF;
-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}