What I generally do in cases like this is to open the page in the
browser, right-click, select View Source, and CTRL-F to the text in one of
the menu items. From there, you can see exactly what classes are applied on
which elements.
Of course there are probably some decent debugger tools out there that
can do this, but I'm sort of old-school when it comes to markup.