The navbar buttons are added in header for this style though. I honestly haven't got a clue where I'd even put your code at..
Then the rollover, I already have the buttons made and the ajax stuff in place. But the closest I've managed to get to adding a 2nd dropdown menu is just copying the quick links code
This is what the code for quick links is (i already have the buttons made and in place so that all works. it's just getting this to work with the mod)
Code:
<!-- Liens -->
<if condition="$show['member']">
<td width="93">
<table width="93" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_liens.gif);" id="usercptools"><a href="$show[nojs_link]#usercptools" rel="nofollow"
onmouseover="JSFX.fadeIn('liens')"
onmouseout="JSFX.fadeOut('liens')"><img
src="$stylevar[imgdir_misc]/bouton_liens.gif" name="liens" width="93" height="40" border="0" class="imgFader" id="liens" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools", true); </script></td>
</tr>
</table>
</td>
</if>
<!-- /Liens -->