I was interested in leaving the Navbar intact but adding a second Navbar for more options.
So I edited my navbar template and added the following;
Search for: <!-- / nav buttons bar -->
Insert the following:
Code:
<!-- nav2 buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/">Home</a></td">http://www.yoururl.com/">Home</a></td>
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/forum/">Forums</a></td">http://www.yoururl.com/forum/">Forums</a></td>
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/forum/forumdisplay.php?f=35">Bully Buy</a></td>
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/links">Approved">http://www.yoururl.com/links">Approved Vendors</a></td>
</tr>
</table>
<!-- / nav2 buttons bar -->
You can see a demo of the second navbar
here. Hope that is helpful.