Great hack, used to use this on my old VB3.0.1 way back when.
However, I found that i had to change a line in the code to keep the font smaller on the navbar. I changed this
HTML Code:
<div style="padding: 0.5em;" nowrap="nowrap">
to this
HTML Code:
<div class="smallfont">
this was in VB 3.5.1 I dunno if it's because of another hack I already have installed or not, but using the origional code blew out the small font and made it normal sized.