
div#topNavigation div.red a:hover, div#topNavigation div.red a.activeTab, div#topNavigation div.red a.activeTab:hover {
    color: #D61920 !important;
}

div#content.red {
    background-color: #D61920;
}


div#topNavigation div.magenta a:hover {
    color: #991A3C;
}

div#content.magenta {
    background-color: #991A3C;
}


div#topNavigation div.orange a:hover {
    color: #B84616;
}

div#content.orange {
    background-color: #B84616;
}

div#topNavigation div.yellow a:hover {
    color: #faa21b;
}

div#content.yellow {
    background-color: #faa21b;
}


div#topNavigation div.green a:hover {
    color: #537935;
}

div#content.green {
    background-color: #537935;
}


div#topNavigation div.blue a:hover {
    color: #324e72;
}

div#content.blue {
    background-color: #324e72;
}


div#topNavigation div.purple a:hover {
    color: #671451;
}

div#content.purple {
    background-color: #671451;
}


div#topNavigation div.grey a:hover {
    color: #c1c1c1;
}

div#content.grey {
    background-color: #C1c1c1;
    color: #000000;
}