The reason that solution does not work is because it targets each LI element, not the entire UL object, which is what I need to target.
As you can see on the link I sent, I'm trying to apply a background image to the UL
something like the following works for my purpose, but only if all submenus have the same background. I'd like to define each submenu item to have a different background image.
.ux-menu-sub {background: url(images/bluebg.png) no-repeat bottom center;
Is it possible?
If ARI EXT menu would require a new 'UL ID' feature perhaps I could compensate you for your time?
Thank you for your help so far! I am truly grateful!