[jQuery] Looking for a different type of menu

[jQuery] Looking for a different type of menu


I've been using a javascript menu system in my application that I
haven't seen replicated yet in any of the jquery plugins I've been
able to find. I'd like to find a replacement for the script I'm using
because it's quite bloated and I think using jquery could greatly
simplify it. Also, the script requires using a "value" attribute in
the <li> tags, and that attribute is not XHTML compliant. This
current menu system is based on the yahoo mail system's menu buttons.
I've setup an example page at: http://www.garethphipps.com/test/buttonmenu.php
The app I want this for uses several of these "button menus" on each
page, so each menu needs to be unique. But sometimes two or more
buttons will have the same menu content, so reusing the menu content
would be nice.
Does anybody know of a jquery plugin that would be a good replacement
for this menu system?