I don't use Photopost but I think you're using relative links to the arcade. You would need to edit your navbar and correct the relative urls to full urls in that template.
So where you added the arcade link in your navbar
Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
Replace it with the full url (for example)
Code:
<td class="vbmenu_control"><a href="http://www.yoursite.com/arcade.php?$session[sessionurl_q]">Arcade</a></td>
And that should work