Hi Ajeh, you are the OBA-SAN this is my first reply from you I'm truely honoured to receive your reply and your time. And my compliments on such an amazing open source program so easy to use the even a total dummy like me can get places and not just have an estore but a damn S_xs_y one!! You should be sainted by the Elf Council

Go to your Zen Cart Admin and in the Tools ... Developers Tool Kit ... can you enter in the bottom input box:
tpl_drop_menu.php

and select Catalog ... then click search ...

What I am trying to determine is where this file is called and if the file is referenced by name on the server to see where it is ...
here is a copy of the search results you requested, is everything as should be?

/home/majestic/public_html/store/includes/languages/english/extra_definitions/headermenu.php

Line #21 : //These are used in conjunction with the various <li> tags in templates/YOURTEMPLATE/common/tpl_drop_menu.php

/home/majestic/public_html/store/includes/templates/template29011/common/tpl_drop_menu.php

Line #19 : // $Id: tpl_drop_menu.php 2005/06/15 15:39:05 DrByte Exp $

/home/majestic/public_html/store/includes/templates/template29011/common/tpl_header.php

Line #8 : *<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>

/home/majestic/public_html/store/includes/templates/template29011/tpl_header.php

Line #154 : <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>

Line #171 : <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
Also, look in the /cache directory, do you see any debug messages ...
In the cache I have about 100 log messages... I never even knew to look there and I dont even know what they would all mean.

I really hope this info can give you an incline into what it is thats causing the rest of the page from loading (besides the fact its a nasty monster template )

Please let me know if you need anything else based on this as I am keen to sort this out and get on with completing my project.

THANKS!!!!