#navcontainer {
    margin: 0;
    padding: 7px 0 7px 10px;
    color: inherit;
    background: #D20000 url('navbar-bg.gif') repeat-x top left;
    border-bottom: 3px solid #F4F4F4;
}



#navheader {
    margin: 0;
    list-style: none;
    font-size: 80%;
    font-weight: bolder;
}

#navheader li {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 1px 5px 0px;
    display: inline;
}



#navheader a {
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: none;
    color: #ebebeb;
    background: inherit;
}



#navheader a:hover, #navheader a.selected {
    padding: 1px 9px 1px 9px;
    background: #F00 url("selected-bg.gif") top repeat-x;
    color: #000;
    border: 1px solid #AAA;
}



#navheader a.selected {
    color: #000;
    background: #FFF;
}