Superfish submenu disappears in IE

I am using Superfish on a Concrete5 site:

http://www.westhartfordfence.com/

The main menu is not acting right in IE8. The Products link has a submenu that should appear. Here are the behaviors.

  1. The submenu does not appear.
  2. The submenu appears but when I move my mouse down to the submenu it disappears.
  3. The submenu appears but the image that it overlays disappears.
  4. It works fine.

Any thoughts?

Thanks.

well
the problem is z-index
open main.css
go to or search(#banner)
get this Z-INDEX: 1
change it to
Z-INDEX: -1

done…
Problem is not related to menu rather the banner box css…
higher z value means upper in plain terms

thanks
by the way from what i have learned about color combination plain brown is dull color…personally i think changing color may/can bring some sparks…
just suggestion.

Thanks for the response. Changing the z-index to a lower value had no impact. I tried several values. -1, -99, 0 and 99. The behavior is still present.

I saved your site and tested it in ie 7 it was working fine with it when i changed the z-index of banner id selector…
any way i will try to check it in ie8 and will try to update soon.
But i think that ,the problem is z index…

thanks