I'm trying to style a standard Joomla menu, its working okay in FF but the following CSS rule does not work in IE:
a.sublevel#active_menu {
background:#cae3f3 url(../images/submenubg.png) 5px 50% no-repeat;
}
Funny thing is, a.mainlevel#active_menu works just fine.
Anyone got any ideas?