Lol.
Go into the navbar template, and find:
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Above the if condition, you can add:
HTML Code:
<td class="vbmenu_control"><a href="http://berryracer.com/">Home</a></td>
NOTE: You can change Home to say anything you want, such as Homepage, Home, bettyracer.com, you name it.
Enjoy.