Javascript/JQuery menu

Hi guys. I’m working on a website and saw a javascript menu that I like (joepublic.co.za/work). Please mouse over orange label on the right to see the effect.
Can you recommend a well documented J-Query plugin that I could use to make this menu.

The problem with that menu is that it’s inaccessible with JavaScript disabled. You’d be better off with a menu which shows by default, and then use JS to hide it.

Hi Guys. Does anybody know where I can find a Jquery Plugin that behaves like the menu on this site: http://www.theverge.com/tag/typography

And also on: http://joepublic.co.za/ Please hover the orange tab to see the effect of the pull-down menu.

Thanx.Looking forward to hearing your tips and links.

jQuery has this effect built in, a plugin isn’t necessary.

jQuery.slideDown() will slowly reveal a hidden element to it’s original height.
http://api.jquery.com/slideDown/