<STYLE>

.mainNav a:active {  color: #ffffff; text-decoration: none}
.mainNav a:link {  color: #ffffff; text-decoration: none}
.mainNav a:visited {  color:  #ffffff; text-decoration: none}
.mainNav a:hover {  color: #ffffff; text-decoration: underline}

.tickerNav a:active {  color: #333333; text-decoration: none}
.tickerNav a:link {  color: #333333; text-decoration: none}
.tickerNav a:visited {  color:  #333333; text-decoration: none}
.tickerNav a:hover {  color: #333333; text-decoration: underline}


.subNav a:active {  color: #333333; text-decoration: underline}
.subNav a:link {  color: #333333; text-decoration: underline}
.subNav a:visited {  color:  #333333; text-decoration: underline}
.subNav a:hover {  color: #333333; text-decoration: none}

.subBNav a:active { color: #CC0000; text-decoration: underline }
.subBNav a:link { color: #CC0000; text-decoration: underline }
.subBNav a:visited { color: #CC0000; text-decoration: underline }
.subBNav a:hover { color: #CC0000; text-decoration: none}

.subCNav a:active { color: #000000; text-decoration: underline }
.subCNav a:link { color: #000000; text-decoration: underline }
.subCNav a:visited { color: #CC0000; text-decoration: underline }
.subCNav a:hover { color: #000000; text-decoration: none }


.menu a { 
        font-family : Arial, sans-serif; 
        font-size : 12px; 
        padding-top : 1px; 
        padding-right : 1px; 
        padding-bottom : 1px; 
        padding-left : 7px; 
        display : block; 
        } 

.menu a:link { 
        color : #ffffff; 
        background : transparent; 
        text-decoration : none; 
        } 

.menu a:visited { 
        color : #ffffff; 
        background : transparent; 
        text-decoration : none; 
        } 
         
.menu a:hover { 
        color : #ffffff; 
        background : #CC0000;
        text-decoration : underline; 
        } 




</STYLE