Vertical Navigation Bar
Styling a FrontPage Graphical Navigation Bar
Removing the space between images in a Vertical FrontPage Navigation Bar
The CSS for this navigation bar is:
div#vert img {margin-top: -15px;}
The code for the navbar is:
<div id=#vert>
<p><!--webbot b-include-home="TRUE" b-include-up="FALSE" bot="Navigation" s-orientation="vertical" s-rendering="graphics" s-type="top" s-theme="ice 0000" --></p>
</div>
This nav bar is exactly the same as above, but CSS is used to overlap the images. Since the top of the images are transparent, the overlap does not show.