I checked 10 minutes before and pages menu worked fine. Now you have moved static page link to Categories box? Why?
It's very simple, don't touch categories menu, just create new menu for static pages with following code, tested and work 110%:
Code:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<div class="categories">
{section name=pg loop=$pages_menu}
»{$pages_menu[pg].title}
{/section}
</div>
{/capture}
{ include file="menu_cat.tpl" menu_title="Sell Books" menu_content=$smarty.capture.menu }
Or send me ftp info to
support@7dana.com and I will make this for you.