Forum Moderators: not2easy
Thanks to all that responed.
Wrap the navbar in a div like so:
<div id="navbar">
>>navbar code<<
</div>
Then, in the style section:
#navbar a{rules here}
#navbar a:visited{rules here}
#navbar a:hover{rules here}
Now only the links in "navbar" will follow those rules above and the other links will follow the basic rules.
Birdman