If you go on your html page, and scroll down to where your links are... on that bar.... you will see this:
Code:
<td colspan="2" bgcolor="#FFCC00">
simply change it to this:
Code:
<td colspan="3" bgcolor="#FFCC00">
That will fix your problem. Good luck.