@charset "utf-8";
/* CSS Document */
.serviceslist {
    margin-bottom: 2em;
}
.serviceslist li {
    background: #f0f0f0;
    border-top: 2px solid #fff;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.serviceslist li a {
    padding: 7.5px 15px;
    display: block;
    color: gray;
}
.serviceslist li a:hover {
        background-color: #097dc8;
    color: white;
}
.serviceslist li .tabmenuitem_active, .serviceslist li .tabmenuitem_active:hover, .serviceslist li.nav-current, .serviceslist li.nav-current:hover {
    background-color: #ffe600;
}
.sidebar .serviceslist li a:hover {
    color: #ffffff;
}

