I can't seem to figure out something with the Down arrow and submenu arrow. They show up where they should and thats great. The problem I am having is when I hover over them they disappear. I want them to remain while be hovered over. I added these to stylesheet_header_menu.css:
Code:
div#dropMenu li.submenu:hover {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}
div#dropMenu li.submenu:hover li.submenu:hover {background: url(../images/submenu.gif) 95% 50% no-repeat;}
This has no effect. Not sure what to do. I tried putting a z-index on them and still nothing.

Any help is appreciated. Thanks