#MAINNAV a {
    color: #e3021c;
    font-weight: bold;
    text-decoration: none;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    float: left;
    padding-top: 13px;
    margin-right: 20px;
}

#MAINNAV a:hover {
    background: url(../img/nav/mainnav_over_pattern.gif) left top repeat-x #ffe680;
}

#MAINNAV .sel {
    background: url(../img/nav/mainnav_over_pattern.gif) left top repeat-x #ffe680; 
}

#SUBNAV a {
    font-size: 12px;
    color: #58585a;
    text-decoration: none;
    background: #fecc00;
    padding-top: 4px;
    padding-bottom: 2px;    
    padding-left: 30px;
    margin-top: 1px;
    display: block;
}

#SUBNAV h1 p {
    margin: 0px;
    padding: 0px;
}


#SUBNAV a:hover {
    font-weight: bold;
}

#SUBNAV .sel {
    font-weight: bold;
}

.StartSubnav {
    background-color: #fecc00; 
    height: 4px; 
    width: 328px;
}

#INFO a {
    color: #FFF;
    text-decoration: none;
    display: block;
    /*padding-left: 14px;
    padding-top: 4px;
    padding-bottom: 4px;*/
    margin-bottom: 1px;
}

/*#INFO a:hover {
    background: #9B9D9F;
}*/

#INFO .sel {
    background: #9B9D9F;
}

#FOOTER a {
    color: #FFF;
    text-decoration: none;
}

#FOOTER a:hover {
    text-decoration: underline;
}