It looks as if your navbar's gradient, which starts at the very top (above header), is repeating vertically. Whenever you set a background image you should always set the properties. In your line of code you have:
Code:
style="background-image:url(images/dark_vb_v2/misc/nav_x.gif)"
Try changing that to:
Code:
style="background:#000000 url(images/dark_vb_v2/misc/nav_x.gif) repeat-x top left"