You need to ADD a couple of declarations to your stylesheet - preferably below the declaration that says:
Code:
#navEZPagesTop {
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
font-size: 0.95em;
font-weight: bold;
margin: 0em;
padding: 0.5em;
}
Code:
#navEZPagesTop a {color: #ffffff;}
#navEZPagesTop a:hover {color: #ff0000;}
(The above will make the links WHITE, and then RED when hovered over - choose your own colours.)
You can also ALIGN the text, by adding:
text-align: center; (or left, or right)
... to the #navEZPagesTop declaration.