Looking for correct id / class

I’m trying to make the title text in the menu here highlight a different colour:

http://mistaudio.com/

I can see that wpmega-link-title makes the text change colour but if I try wpmega-link-title:hover that doesn’t work

Hantaah,

The titles of the menu are changing color for me. Did you get this fixed already?

Best,

Shawn

Yep I should post result for benefot of others

#megaMenu ul.megaMenu li a:hover span {
color: rgb(96, 168, 240) !important;
}

Many thanks