All of this is in your stylesheet.css file
Find these and change to the red highlights
Code:
A.category-top, A.category-top:visited {
color: #FF0000;
text-decoration: none;
}
#navCatTabs ul li a {
color: #3300FF;
}
Find this and add whats in red
#navEZPagesTop {
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
font-size: 0.95em;
font-weight: bold;
margin: 0em;
padding: 0.5em;
}
#navEZPagesTop a:link {
color: #FFFFFF;
}
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #6f9db8;
}