#TabRow { 
    width: 770px; 
    margin: auto; 
    background: #004080; 
    font: 12px, sans-serif; 
    clear: both; 
    height: 33px;
}

#TabMiniRow {
    width: 360px;
    margin: auto;
    background: #004080;
    font: 12px Verdana, sans-serif;
    clear: both;
    height: 33px;
}

.Tab { 
    width: 110px; 
    float: left; 
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif;
}

.TOff { 
    font-size: 12px; 
    height: 16px; 
    margin-top: 14px; 
    padding-top: 2px; 
    color: #FFFFFF; 
    background-color: #58A8E5;
    background-image: url(../Images/bg_tab_off.gif);
    background-repeat: no-repeat;
} 

.TOn {
    letter-spacing: 0.1em; 
    font-size: 12px; 
    height: 19px; 
    margin-top: 9px; 
    margin-bottom: -3px; 
    padding-top: 6px; 
    color: #034371; 
    background-color: #FFFFFF; 
    background-image: url(../Images/bg_tab_on.gif);
    background-repeat: no-repeat; 
    border-bottom: 4px solid #FFFFFF;
 }
 
.TOn:hover { 
    background-color: #FFFFFF; 
    color: #034371;
}

.TRes { 
    margin-top: 14px; 
    padding-top: 2px; 
    color: #4A5582; 
    background-color: #FEFAE0; 
    background-image: url(../Images/bg_tab_off.gif);
    background-repeat: no-repeat; 
    border-bottom: 1px solid #C0B682;
}

.TNew { 
    margin-top: 10px; 
    padding-top: 6px; 
    color: #4A5582; 
    background-color: #FEFAE0;
    background-image: url(../Images/bg_tab_new.gif);
    background-repeat: no-repeat; 
    border-bottom: 1px solid #C0B682;
}

.TNewOn {
    letter-spacing: 0.1em;
    font-size: 11px;
    height: 19px;
    margin-top: 10px;
    margin-bottom: -3px;
    padding-top: 6px;
    color: #034371;
    background-color: #FFFFFF;
    background-image: url(../Images/bg_tab_new.gif);
    background-repeat: no-repeat;
    border-bottom: 4px solid #FFFFFF;
}

.TNewOn:hover {
    background-color: #FFFFFF;
    color: #034371;
}

 
