.sub-menu.ui-tabs {
    border: none;
    background: none;
    font-family: inherit;
}

.sub-menu.ui-tabs .sub-menu-list.ui-tabs-nav li {
    border: none;
    float: none;
    margin: 0;
    padding: 0;
    background: none;
}

.sub-menu.ui-tabs .sub-menu-list.ui-tabs-nav li a {
    border: none;
    float: none;
    margin: 0;
    padding: 0 18px;
    display: inline-block;
    border-radius: 18px;
    text-decoration: none;
    font-size: 13px;
    line-height: 31px;
    height: 31px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0,48,94,1.0);
    transition: 300ms all linear;
    /* box-shadow: black 0 0 0 0; */
    white-space: nowrap;
    outline: none;
}

.sub-menu.ui-tabs .sub-menu-list.ui-tabs-nav li.ui-tabs-active a {
    background-color: rgba(0,48,94,1.0);
    color: white;
    cursor: default;
}