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

}


#stateselector ul.sf-menu {

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

}

#stateselector .sf-menu ul {

   margin: 0px;
   padding: 0px;

}

#stateselector .sf-menu a {padding: 0;}

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


#stateselector .sf-menu li.selector a {


    height: 14px;
    height: 21px;
    display: block;
    background-image: url(../images/selector.gif);
    background-repeat: no-repeat;
    
    background-position: 105px 3px;
    padding-top: 5px;

    

}

#stateselector .sf-menu li.selector {

    width: 150px;
    height: 21px;
    float: left;
    margin-left: 10px;
    

}

#stateselector #select_states {

	width: 150px;

}
