So is this a second navbar? If each of these are going to be their own individual drop down menus, then it looks fine. Each one will need it's own unique ID. In the three places
custommenu appeared (twice in the navbar link, and once in the drop down menu), you'll put the unique id. That tells which button what to open and from where.
That's a lot of menus.
Code:
<!-- top nav buttons bar -->
<div class="tborder" style="padding:1px; border-bottom-width:0px">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="#">New York</a></td>
<td class="vbmenu_control"><a href="#">New Jersey</a></td>
<td class="vbmenu_control"><a href="#">Pennsylvania</a></td>
<td class="vbmenu_control"><a href="#">Delaware</a></td>
<td class="vbmenu_control"><a href="#">Maryland</a></td>
<td class="vbmenu_control"><a href="#">Virginia</a></td>
</tr>
</table>
</div>
<!-- / top nav buttons bar -->