/* MAIN PAGE */
.menubar {
    /*    width:100%;*/
    /*    float:left;*/
    background-color: #41444B;
    height: 33px;
    /*    margin-left: 162px;*/
}

.menubar .menu {
    background: #41444B;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    /*    width: 100%;*/
}

.menubar .menu li {
    cursor: pointer;
    background: #41444B bottom right no-repeat;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
}

.menubar .menu li:hover, .menubar .menu li.active {
    background: #086184 bottom center no-repeat;
    padding-bottom: 11px;
}