You should get a copy of the Firebug browser plug-in, and read up on the Understanding CSS Selectors article by Joe Audette.
In our Artisteer skins, the text color of the topnav links are controlled like this:
.sitelink, a.sitelink:link, a.sitelink:visited {
color: #000000;
}
Jamie