[jQuery] Can I apply Superfish drop shadow to top-level menu and other elements

[jQuery] Can I apply Superfish drop shadow to top-level menu and other elements


I like the Superfish drop shadows so much, I would like to be able to
apply them to other elements on my page as well. I can do this by
wrapping the element that I want to "shadow" in an outer div, and
writing a rule that assigns the outer div right and bottom padding, a
background of the same image used by Superfish (I made that image
wider and taller for versatility), plus the mozilla and webkit rounded
corners, but I would like to be able to invoke it just by assigning
the same class that Superfish adds (and removing that image for IE6
just as Superfish does). Is there a way to do that?