Speicher es, geh ins Frontend und schau dir den Quelltext (STRG + U oder Firebug) an, dann siehst du, ob ne ganze Tabelle oder ne ganze Liste drumherum ist 
Das steht da zur Zeit und das ist invalide:
<ul>
<li><a rel="nofollow" href="http://tablet-faq.de/register.php">Registrieren</a></li>
<li><a accesskey="5" href="http://tablet-faq.de/faq.php" rel="help">Hilfe</a></li>
<li><a accesskey="6" rel="nofollow" href="/?nojs=1#community" id="community">Community</a> <script type="text/javascript"> vbmenu_register("community", 1); </script></li>
<li><a accesskey="2" href="http://tablet-faq.de/search.php?do=getdaily">Heutige Beiträge</a></li>
<li><a rel="nofollow" accesskey="4" href="http://tablet-faq.de/search.php" id="navbar_search">Suchen</a> </li>
<p class="vbmenu_control" id="navbar_fbb" style="float: right;">
<a rel="nofollow" href="http://tablet-faq.de/facebook.php" id="navbar_fbb_link">
<img width="169" height="21" border="0" alt="Mit Facebook verbinden" src="http://tablet-faq.de/fbb/fb_connect.gif" title="Mit Facebook verbinden">
</a>
</p>
</ul>
Alles anzeigen
Du müsstest so um das <p> noch ein <li> drum machen
oder einfach die p's in li's ändern^^