Hi acasagrande,
If you want to change the background on the hover for the menu, it depends if you are using moo, or css or whatever menu you use. Either way, go to template/ja_pyrite/ja_menus/ja_moomenu/ja_moomenu.css (if you are using moomenu. There you should find something like:
#ja-cssmenu li:hover a,
#ja-cssmenu li.sfhover a,
#ja-cssmenu li.havechildsfhover a,
#ja-cssmenu li.havechild-activesfhover a {
color: #CCCCCC;
background: #333333;
}
#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
background: #333333;
color: #CCCCCC;
Here you can change the background from gray 333333 to whatever you like.
I hope this is a help to you. Good luck with your site.