yes! I'll give you the code I use:
CODE
a.nav{
display:block;
width:165px;
margin:1px;
background-color:white;
font-family:arial!important;
font-size:14px!important;
font-weight:normal!important;
color:555555!important;
text-decoration:none!important;}
a.nav:hover{
width:165px;
background-color:COLORHERE;
background-image:url(URLHERE);
display:block;
margin:1px;
font-family:arial!important;
font-size:14px!important;
font-weight:normal!important;
color:9d1829!important;
text-decoration:none!important;
}
This code should go between <style type="text/css"> and </style>. The top code is for the navigation, the bottom is for the rollovers. Where it says "background-color: ;" is where the rollover color goes. If you want it to be an image rollover, you create the image, upload it and put the link where it says "background-image:url(URLHERE);" and that's about it. If you have any questions feel free to ask me and I'll try to help =)
Oh sorry, I forgot something:
When making a link that you want to use the rollover you need to make the link look like this,
CODE
<a class="nav" href="http://home.myspace.com/index.cfm?fuseaction=user">Home</a>