If you want the arcade link in the navbar template,,you can try this,,
Navbar template find;
Code:
<!-- / breadcrumb, login, pm info -->
<!-- /Aria Container -->
and put this under that,,
Code:
<!-- nav 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="arcade.php?$session[sessionurl_q]">Arcade</a></td>
</table>
</div>
<!-- / nav buttons bar -->