#sub-nav-wrapper {
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 11px; }

#sub-nav-wrapper table {
    margin-top: 14px;
}

#sub-nav-wrapper table td {
    text-align: center;
    width: 110px;
    white-space: nowrap;
}

#sub-nav-wrapper table a {
    color: #000;
    display: block;
    text-align: center;
    text-decoration: none; }


#sub-nav-wrapper table td.disabled a.disabled,
#sub-nav-wrapper table td.disabled a:hover {
    color: #7f7f7f;
    font-weight: normal; 
    text-decoration: none;
    cursor: auto;
}

#sub-nav-wrapper table td.ancestor {
    font-weight: bold;
}

#sub-nav-wrapper table a:hover {
    text-decoration: underline; }

#sub-nav-wrapper table td.active a,
#sub-nav-wrapper table td.highlight a,
#sub-nav-wrapper table a:active {
    color: #009ee0;
    font-weight: bold; 
}

#sub-nav-wrapper table tr#level0 td {
    padding-bottom: 5px;
}

#sub-nav-wrapper table tr#level1 td {
    border-top: 1px solid grey;
}

ul.company-change-selector {
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #aaa;
    position: absolute;
    top: .5em;
    right: 0;
    z-index: 100;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

ul.company-change-selector li {
    cursor: pointer;
    padding: .5em;
}

ul.company-change-selector li.border {
    border-top: 1px solid #ddd;
}

ul.company-change-selector li:hover {
    background-color: #eee;
}

ul.company-change-selector li:active {
    background-color: #ddd;
}
