I doubt that this is the whole issue, but it looks like you have a syntax error in the menu code, this line:
<li id="menu_item_5" class="mc_menu_item external_link "><a href="http://stores.lulu.com/store.php?fAcctID=2221336 target="_blank"" title="Shop" rel="external" >Shop</a></li>
has a double-quote out of position, should be:
<li id="menu_item_5" class="mc_menu_item external_link "><a href="http://stores.lulu.com/store.php?fAcctID=2221336" target="_blank" title="Shop" rel="external" >Shop</a></li>