I didn't know about the exclude, nice!
Josh, in the navbar template find this
HTML Code:
<a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a>
and replace with this
HTML Code:
<a href="search.php?$session[sessionurl]do=getnew&exclude=XX,XX,XX" accesskey="2">$vbphrase[new_posts_nav]</a>
Don't forget to change XX,XX,XX to the forums you want excluded.