﻿#navcontainer {
    width: 1100px; 
    padding: 0 0 30px 0;
    margin: 3px 0px 0px 0px; 
    background: #eeeeee; 
} 
#nav {
    margin: 0; 
    padding: 0; 
    border-top: 1px solid #5F6A71; 
} 
#nav li {
    margin: 0; 
    padding: 0; 
    display: inline; 
    list-style-type: none; 
} 
#nav a:link, #nav a:visited {
    float: left; 
    line-height: 8px; 
    padding: 9px; 
    text-align: center; 
    text-decoration: none; 
    color: #555555;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
} 
#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #666; 
        background: url(../images/Inverted.png) no-repeat top center; 
        border-top: 4px solid #5F6A71;
}