The culprit most likely is due to the conditional HTML comments added throughout the menu's markup on your page, ie:
Code:
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul>
<li><a href="storfirst_eas.php">StorFirst EAS</a></li>
<li><a href="storfirst_altus.php">StorFirst Altus</a></li>
<li><a class="last" href="storfirst_service.php">StorFirst Service</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
The menu items are also added inside table cells, which may also be contributing to the problem. The best thing to do is actually just to remove the menu, and use the new script/ HTML markup provided by Chrome Menu v2.0.
Bookmarks