It is the same - the only difference is the Quicklinks drop down is divided into sections.
Put this in the second part:
Code:
<tr><td class="thead">Section Name</td></tr>
Example:
Code:
<!-- your FunStuff menu -->
<div class="vbmenu_popup" id="FunStuff_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">FIRST SECTION</td></tr>
<tr><td class="vbmenu_option"><a href="casino.php?$session[sessionurl]">Casino</a></tr>
<tr><td class="vbmenu_option"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td></tr>
<tr><td class="thead">SECOND SECTION</td></tr>
<tr><td class="vbmenu_option"><a href="WHATEVER.php$session[sessionurl_q]">WHATEVER ELSE YOU WANT IN THE MENU</a></td></tr>
</table>
</div>
<!-- / your FunStuff menu -->