I can't see your site to tell you where to add this.
In your "other" navbar template place the following lines where you want it to display.
If you have "Calender" in the other navbar template,
Find:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add after:
Code:
<if condition="$show['member']">
<tr><td class="vbmenu_control"><a href="staff.php$session[sessionurl_q]">$vbphrase[meet_our_staff]</a></td></tr>
</if>
Note: Copy your template before you edit it, save it to a text doc on your desk top. You may need it if you make a mistake.