Hi,
I have done the same.
Once your webflow is working, you should be able to include your JScookmenu and be able to see the menus.
Code:
<t:jscookMenu layout="hbr" theme="ThemeOffice" styleLocation="/css-framework/css/jscookmenu">
<!-- Availaible jscookMenu themes: ThemeIE, ThemeMiniBlack, ThemeOffice, ThemePanel
Availaible jscookMenu layout: hbr, hbl, hur, hul, vbr, vbl, vur, vul
respect to Heng Yuan http://www.cs.ucla.edu/~heng/JSCookMenu
-->
<t:navigationMenuItem id="navSHome" itemLabel="Home" action="go_home" />
<t:navigationMenuItem id="navSearch" itemLabel="Search" >
<t:navigationMenuItem id="navSearchMutliView"
itemLabel="Stock" action="#act1" />
<t:navigationMenuItem id="navSearchMutliView"
itemLabel="Supply" action="#act2" />
</t:navigationMenuItem>
</t:jscookMenu>