/* CSS file to override nav link colors to red */

.top-nav tr, .top-nav .mouseout {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: arial, verdana, helvetica;
    font-size: 8pt;
    color: #ffffff;
    background-color: #e31b23;
}

.top-nav .mouseover {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: arial, verdana, helvetica;
    font-size: 8pt;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    background-color: #f68a33;
}

.logo {
    background-image:  url(images/logo_o.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
