.selectBox {
    position: relative;
    float: left;
    text-align: left;
}

.selectBox .SBselected a {
    display: block;
    border: 1px solid #4297d7;
    font-weight: bold;
    margin: 0px;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
    cursor: default;
    position: relative;
    background: #5c9ccc url(images/header_small.png) 70% 70% repeat-x;
}

.selectBox .SBselected a img {
    margin-left: 5px;
}

.selectBox .SBselected a:hover img {
    visibility: visible;
}

.selectBoxAtivo .SBselected a img {
    visibility: visible;
}

.selectBoxAtivo .SBselected a {
    border: 1px solid #4297d7;
    background: #5c9ccc url(images/header_small.png) 70% 70% repeat-x;
    color: #000000;
    font-weight: bold;
}

.selectBox .SBoptions {
    position: absolute;
    float: left;
    display: none;
    z-index: 1000;
    border: 1px solid #4297d7;
    background: #cfebff;
    color: #000000;
    min-width: 100%;
    cursor: default;
}

.selectBox select {
    display: none;
}

.selectBox .SBoptions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
}

.selectBox .SBoptions ul li a {
    text-decoration: none;
    cursor: default;
    display: block;
    padding-left: 3px;
}

.selectBox .SBoptions ul li a:hover {
    color: black;
    background-color: #87b6d9;
}
