Even though it is there, I am not using "top nav" but here is the code
Code:
<!--######## start of navbar2 ########-->
<!-- nav2 buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="http://www.mkpitstop.co.uk/forum" target="_blank">Webmaster Forum</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<!-- dropdown start -->
<td id="1" class="vbmenu_control"><a href="#1">Drop down</a>
<script type="text/javascript"> vbmenu_register("extra"); </script></td>
<!-- dropdown end -->
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
</tr>
</table>
</div>
<!-- / nav2 buttons bar -->
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<!-- extras pop start -->
<div class="vbmenu_popup" id="1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Drop Down</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="link">link</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="link">link</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="link">link</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="link">link</a></td>
</tr>
</table>
</if>
</div>
<!-- extras pop end -->
<!-- / NAVBAR POPUP MENUS -->
<!--####### end of navbar2 #######-->
If you look at header / navbar they related to each. My actual vb navbar is in header template (due to the way the custom skin was created). But the code to pull it up is in navbar template (code for your mod)
The site is
www.talkjesus.com
Using 3.6.4
If you read page 3-5 in this thread, that is where (page 5) I finally got this to work. That was two months ago and it did work. Last night something went wrong but I cannot remember what I did (or perhaps didn't do) to make this happen.