﻿#menu1 {
    clear: right;
    float: right;
    margin: 35px 10px 10px 0;
}



.tab {
    font-size: 12pt;
    float: right;
    margin: 0;
    padding: 0;
    background: none;
}



.tab_off a, .tab_off a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    background-color: none;
    padding: 10px;
}

    .tab_off a:hover {
        background-color: black;
        color: white;
        text-decoration: none;
        padding: 10px;
    }

.tab_on a, .tab_on a:hover, .tab_on a:visited {
    font-weight: bold;
    background-color: black;
    text-decoration: none;
    padding: 10px;
    color: #ffffff;
}

.tab_on, #navBar {
    text-decoration: none;
    font-weight: bold;
}

.tableft, .tabright, .tabmiddle {
}



.tableft, .tabright {
    width: 8px;
    height: 31px;
}

    .tableft img, .tabright img {
        display: none;
    }

.tabmiddle {
    text-align: center;
    vertical-align: middle;
}
