.sbHolder {
    border: 1px solid #1a75cf;
    border-radius: 1px;
    font-weight: normal;
    height: 40px;
    position: relative;
    width: 120px;
}
.sbSelector {
    color: #1a75cf;
    display: block;
    left: 0;
    line-height: 40px;
    outline: medium none;
    overflow: hidden;
    padding-left: 10px;
    position: absolute;
    right: 30px;
    text-indent: 10px;
    top: 0;
}
.sbToggle{
    background: url('../design/select-icons.png') 0 -110px no-repeat;
    display: block;
    height: 40px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}/*
.sbToggle:hover{
    background: url('../design/select-icons.png') 0 -162px no-repeat;
}*/
.sbToggleOpen{
    background: url('../design/select-icons.png') 0 -65px no-repeat;
}
/*
.sbToggleOpen:hover{
    background: url('../design/select-icons.png') 0 -66px no-repeat;
}*/
.sbOptions {
    border: none;
    background-color: #ffffff;
    left: 0;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a {
    color: #222222;
    display: block;
    outline: medium none;
    padding: 7px 0 7px 10px;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions a:hover{
    color: #1a75cf;
}
