/* home page map */
#home .map
{
    height: 133px; width: 159px;   
    margin: 0 10px 5px 0;
}

/* Custom dropdowns */

/* applied to original <select> to hide */
.has_sb{position:absolute;left:-999999em;text-indent:-999999em;}

/* always visible styles */
.selectbox{display:inline-block;*display:inline; position:relative;vertical-align:middle;zoom:1; width: 83px !important}
.selectbox .display
{
    background: url('../images/form-select-short-arrow.png') top left no-repeat;
    color: #a2a19f;    
    cursor: pointer;
    display: block;
    font-family: Arial, sans-serif; 
    font-size: 14px;
    height: 23px; 
    margin: 0 0 13px 0; 
    padding: 3px 10px 0; 
    width: 113px;    
    overflow:hidden;
    outline:none;
    position:relative;
    text-decoration:none;
    overflow:hidden;   
}

/* dropdown styles */

ul.selectbox 
{

}

.selectbox li
{
    background: transparent;

}

.selectbox.items
{
    background: #e8e7e1;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;         
    color: #a2a19f;    
    cursor: pointer;
    display:block;
    font-family: Arial, sans-serif; 
    font-size: 14px;
    list-style-type:none;
    margin: -1px 0 0;
    overflow-x:hidden;
    overflow-y:auto;
    padding: 10px 10px 0 10px;
    z-index:99999;
    -moz-box-shadow:0 3px 5px rgba(0,0,0,.2); -webkit-box-shadow:0 3px 5px rgba(0,0,0,.2); box-shadow:0 3px 5px #b6b5b1;        
} 

.item .text:hover
{
    color: #4f4e4e;
}

.text
{
    padding-top: 3px;
}        
   
