Hello there,
Thanks for your post.
Sharing a link to your website will help us recommend some custom CSS you can add to your website.
Here are some general tips : http://www.wpstuffs.com/style-wordpress-navigation-custom-css-classes/
Hope that helps.
Hello again,
Try adding the below piece of CSS in a plugin like
.navbar .navbar-nav > li > a:hover {
background-color: #ffff22 !important;
color: #FFFFFF !important;
Change the #ffff22 to the color of your choice.
That should help fix it.
Cheers