Attempting to Remove Anchor Gradient on Child Anchor

Hi all,

I am trying to add in links to my menu’s h2 elements inside the insurance sublist. For some reason, it’s still stuck with the main hover gradient when the child div is exposed. Can you check out what’s happening on the page or see dropdownmenus.css at http://www.atlantareviewgroup.com/index.html?


#pMenu h2 a{color:#9FF; background:none; filter:none;}
#pMenu h2 a:hover, #pMenu h2 a:active, #pMenu h2 a:focus{color:#9FC; text-decoration:none;}

You need to use the same (or greater rule weight to over-ride the previous styles.

e.g.


#pMenu li:hover h2 a{
 background:none;
}