Best Javascript drop-down menu?

dhtml, javascript, menu

Solution

I think the jquery superfish menu is fantastic and easy to use:

http://users.tpg.com.au/j_birch/plugins/superfish/

Javascript is not required, and it is based on simple valid ul unorder lists.

Problem

I am looking for a drop-down JavaScript menu. It should be the simplest and most elegant accessible menu that works in IE6 and Firefox 2 also. It would be fine if it worked on an unnumbered list (`ul`) so the user can use the page without JavaScript support. Which one do you recommend and where can I find the code to such a menu?

Original source