Replace the above with:
Code:
<!-- MENU: NAVBAR TABLE -->
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td id="about" class="vbmenu_control"><a href="$show[nojs_link]#about" accesskey="3">ABOUT</a><script type="text/javascript"> vbmenu_register("about"); </script></td>
</tr>
</table>
<!-- /MENU: NAVBAR TABLE -->
<!-- MENU: ABOUT-->
<div class="vbmenu_popup" id="about_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">ABOUT</td></tr>
<tr><td class="vbmenu_option">1</td></tr>
<tr><td class="vbmenu_option">2</td></tr>
<tr><td class="vbmenu_option">3</td></tr>
</table>
</div>
<!-- /MENU: ABOUT -->
What I've highlighted in red is what you were missing.