I am trying to style the menu navigation and running into a brick wall. IndexU seems to steadfastly refuse to recognize certain CSS styling changes for the div tag and I cannot figure out why.
I have tried adding CSS styling elements to the #main_menu tag for the #main_menu ul element that styles the horizontal menu navigation. It seems to be completely ignoring all a: tags; i.e., a:hover, a:link, a:visited, etc.
I've looked in every CSS file for the theme and cannot find anything that is overriding the style.css styling.
I've also tried this with the Adobe Spry scripts. It works in plain HTML outside of IndexU; as soon as I put it in IndexU, all styling is ignored.
I've also created a completely new menu div tag, which also didn't make any difference.
What I am trying to do is set a sprite background for hover, visited and current in the menu. The best I've been able to achieve is to just set one single background for the div.


