#countyselector {
       
    width: 241px;
    height: 36px;
    /*background-image: url(../images/countyselector-bg.gif);*/
    background-repeat: no-repeat;
    /*position: absolute; left: 350px; top: 65px;*/
    position: absolute; left: 367px; top: 38px;

}


#countyselector ul.sf-menu-state-county {

    list-style-type: none;
    padding: 5px 10px;

}

#countyselector .sf-menu-state-county ul {

   margin: 0px;
   padding: 0px;

}

#countyselector .sf-menu-state-county a {padding: 0;}

#countyselector .sf-menu-state-county li.selector li a { padding: 10px; width: 190px; background-image: none;}


#countyselector .sf-menu-state-county li.selector a {


    height: 14px;
    height: 24px;
    display: block;
    background-image: url(../images/selector.gif);
    background-repeat: no-repeat;
    /*color:#63676B;*/
	color: #fff;
    background-position: 200px 3px;
	text-decoration: none;

}

#countyselector .sf-menu-state-county li.selector a:hover {

	text-decoration: underline;

}

#countyselector .sf-menu-state-county li.selector {

    width: 221px;
    height: 21px;
    float: left;
    margin-left: 10px;
	color: #9fa1a0!important;
}

#countyselector #select_counties {

	width: 241px;

}

/* This class is for the dropdown list box for States */
#countyselector .sf-menu-state-county li.drop_select {

	display: block;
	background: black url('../images/dropdown_bg.jpg') repeat-x top;
	width: 219px;
	padding: 10px;
	margin-left: -20px;
	margin-top: 7px;
	float:left;
	border: 1px solid #3E3F3E;
	/*border: 1px solid #3a3c3b;*/
	border-top: none;
	-moz-background-clip border;
	-moz-background-inline-policy continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	/*-moz-border-radius-topleft:5px;*/
	/*-moz-border-radius-topright:5px;*/
	z-index: 1001;
	position: relative;
}
#countyselector ul li a{
	display:block;
}

li.drop_select div select {

	width: 150px;
	height: 22px;
	float: left;
	padding: 0px!important;

}

li.drop_select div div.top_selector {

	border-bottom:1px solid #63676B;
	display:block;
	float:left;
	padding-bottom:12px;
	width:221px;
}

.close_button {

	float: left;
	position:absolute;
	margin:0;
	padding:0;

}

li.drop_select div div.county_list {

	display:block;
	float:left;
	width:73px;
	padding-top:15px;
}

li.drop_select div div.county_list a {

	margin: 0px;
	padding: 2px 0px 1px 0px!important;
	width: 73px!important;
	font-size: 12px;
	color: #9fa1a0!important;
	background: none!important;
	border: none!important;
	text-decoration: none;
}

li.drop_select div div.county_list a:hover {

	text-decoration: underline;
}

li.drop_select div div.county_list a.selected {

	color: #ffffff!important;

}