Stubborn menu color styles

Ok so I almost have my navigation color styles just about perfect but as usual there is one nagging thing I just can’t figure out how to override…

http://lifeintel.com/

If you look at the main menu on the homepage if you hover over any menu item that has a drop down when you hover off the main top level item to the menu below that item turns white with white type. I want it to be dark blue with white type…any ideas on how to properly target this? Everything I have tried has failed to this point…

Thanks.

Hi,

It’s coming from here, is this serving some purpose I don’t know about?


#navigation ul.nav > li a:hover {
    background: #F6F6F6;
}

I tried an override for that like this:

#navigation ul.nav > li a:hover {
background: #5297BB;
}

it’s still doing it though…any more ideas?

Thanks.

Sorry, that was the wrong line.

lose this:

#navigation ul.nav > li:hover { background: #F6F6F6 }