hello...
i assume you mean the sub menu that appears in a window-shade style effect for each tab? if so, that is something that most major javascript libraries (jquery, mootools, etc.) have built in as a ui function - here's the jquery one:
http://jqueryui.com/demos/toggle/
i see by glancing through their code that they are using jquery plus a custom plugin to that called hoverintent:
http://cherne.net/brian/resources/jquery.hoverIntent.html
you could leverage all that same code - start by taking their page source and stripping out all the unnecessary items and get it down to a simple example of the tabs and related sub menus. then you would have a working example to build back up into a site of your own...
hope that helps!
sitruc