Yes I am using a different template, weblog and custom field group but I have associated it with the ‘Pages Module’ category called ‘Home’.
It is still a mystery as to why the template doesn’t pick up
{exp:static_page_path direction="post" page="9" backspace="3"}<a href="{url_title}" title="{title}">{title}</a>{/exp:static_page_path}
Yet it does if I click on ‘Home’ in the category tree.
How the hell do I get the home category to come up if I type in the url directly without the /index.php/etc/etc?
Also I still get my static content weblog coming up if I hover over ‘Edit’
UPDATE:
I hardcoded this into my homepage index -
<ul>
<li id="intro-button-entry"><a href="/index.php/services/entry_level_resume">entry level resumes</a></li>
<li id="intro-button-pro"><a href="/index.php/services/professional_resume">professional resumes</a></li>
<li id="intro-button-managerial"><a href="/index.php/services/managerial_resume">managerial resumes</a></li>
<li id="intro-button-it" class="last"><a href="/index.php/services/i_t_resume">IT resumes</a></li>
</ul>
and it works a treat 
I’d still like a fix for my problem as I might in the future have text links and the pages module could auto generate new navigation items if the client created a new category then published new content…