i see your problem, the links on the top navbar are off
this might be part of your problem
<h2><a href="
http://www.crewsfx.com" title="Main Menu" accesskey="a">Main Menu</a></h2>
<ul>
<li></li>
I think this would be the better solution
<ul>
<li><b><a href="
http://www.crewsfx.com" title="Main Menu" accesskey="a">Main Menu</a></b></li>
if that doesnt work, check into your
css coding for the div, i didnt look into it yet srry