It's not because of the menu, its because you removed the divs for the drop shadow from includes/templates/cherry_zen/templates/common/tpl_header.php:
Code:
<!-- divs for drop shadow -->
<div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tbody><tr><td>
If you don't want the drop shadow, then you also have to remove the closing sections of the above:
Code:
<!--closting divs for drop shadow -->
</td></tr></tbody></table></div></div></div></div></div></div></div></div></div>
The login link looks funny because you have this:
Code:
<!--<li><a href="http://hiquatec.com/">Home</a></li>
<!--><a href="http://hiquatec.com/index.php?main_page=login">Log In</a>
-->
If you want the home link hidden, you should have this:
Code:
<!--<li><a href="http://hiquatec.com/">Home</a></li>-->
<a href="http://hiquatec.com/index.php?main_page=login">Log In</a>
Bookmarks