Open your navbar template...
Use the "find" feature in your browser to find all instances of:
Code:
search.php?{vb:raw session.sessionurl}do=getnew
There are multiple places, at least 6 I belive.
In all of them add
Where 2, 3, and 4 are the forum id's of the forums you want to exclude... edit them to your needs obviously...
Another option would be to copy your entire template into a good text editor and do a "Find and Replace"
Find:
Code:
search.php?{vb:raw session.sessionurl}do=getnew
and Replace with:
Code:
search.php?{vb:raw session.sessionurl}do=getnew&exclude=2,3,4