Hi Diverpeter, not to worry I managed to track the pesky thing down to the following. Thanks again for help, I think I am finally getting the basics.
How to remove header navigation links to product pages.
Edit includes/templates/template_default/common/tpl_header.php
and comment out the part as shown below
<!--bof-optional categories tabs navigation display-->
<!--<?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>-->
<!--eof-optional categories tabs navigation display-->



