Future Web 2.0 Blue, Black and White
Forumhome
Nav Buttons with Rollover and PM Box 
Forumdisplay
Statusicon
Showthread
How to add a button in the navbar?
1. Create your button with the PSD (in the zip).
You must create 2 images : normal and over : titleimage_normal.gif and titleimage_over.gif
2. In your template "header",
Find:
HTML Code:
<!-- CALENDAR -->
<td width="61" style="vertical-align: bottom;"><a href="calendar.php$session[sessionurl_q]"><img src="images/future/misc/calendar_nav.gif" border="0" overSrc="images/future/misc/calendar_over.gif" clickSrc="images/future/misc/calendar_over.gif"></a></td>
<!-- / CALENDAR -->
Add below:
Code:
<!-- YOUR IMAGE -->
<td width="61" style="vertical-align: bottom;"><a href="your_link"><img src="images/future/misc/titleimage_nav.gif" border="0" overSrc="images/future/misc/titleimage_over.gif" clickSrc="images/future/misc/titleimage_over.gif"></a></td>
<!-- / YOUR IMAGE -->
Replace "your_link" and "titleimage" in this code.
If you want to add button "blog", read this:
Blog dropdown menu in navbar - vBulletin.org Forum and my previous code.
Enjoy !