Without checking, I'm positive that the first thing in the navbar template is a <br />
Remove that and it should sit nicely.
(I'll check shortly so don't panic if I'm wrong)
Ok, slightly out but not by much.
At the top of your navbar you have
Code:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<!-- breadcrumb, login, pm info -->
REMOVE the <br /> ABOVE <!-- breadcrumb, login, pm info -->