_If_ your menu is text based, and you don't mind having all your links displayed in the same way, try sticking this in between your <head> tags:
<style type=text/css>
A:link
{
color: [COLOR=of a non-visted link];
}
A:hover
{
color: [COLOR=of the link when hovered over];
}
A:visited
{
color: [COLOR=of the link after visited];
}
A:active
{
color: [COLOR=of the link when clicked];
}
</style>
There are ways of handling links so that not all links on your page are affected, but that question should more than likely be asked in the Javascript forum, as you start dealing with onMouseOver events and such.
- Hope that helps
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy