#nav-menu-footer {
    font-size : 0.8em;
    /* all text other than the links themselves is red - thus the pipes | separating the links are read */
    color : #CC0000;
    line-height : 1.4em;     
}

#nav-menu-footer a {
    border-bottom-width : 0px;
}

#nav-menu-footer a:link {
    color: White;
    text-decoration: none;
}

#nav-menu-footer a:visited {
    color: White;
    text-decoration: none;
} 
#nav-menu-footer a:hover {
    color: #CC0000;
}

 #nav-menu-footer a:active {
    color: #CC0000;  
}

