You need to change this chunk of your CSS code: === .sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: ##ad0303; outline: 0; color: #fc3131; === The background has two pound signs (#), it should be only 1. And background color should be blue, not red. And the color should be white, not blue. You may need to break out all those definitions in the list into separate definitions if differing behavior is desired. On Nov 6, 6:07 pm, luciano991 <mountain...@gmail.com> wrote: > Hello, > > This is my first post. I want to compliment the author on this great > extension. I had trouble with it at first because I used to be a > Windows guy and now I'm a Mac guy and I'm still getting used to things > that are so simple and obvious I can't see the forest for the trees. I > get it now and wow!!!! > > I implemented the module here:http://apc.mcswebhost.com > > If you hover on the About Us link and click History and go to that > page everything is cool except now the About US link has a grey > background and the drop down link for History has the blue "current" > background I set for the top level. I can fix one but not all these > problems by editing the style .sf-menu a.sf-with-ul but I would like > to find the ancestors to edit to fix the problem. I want all link > backgrounds for all levels to be #ad0303 with #fff for the font color, > the current link should be the blue background with white print, the > hover font colors should all be the same. > > Thanks, > > luciano