Just put the menu in a seperate file and "include" it into your pages.
I usually put the entire menu into a <table> tag and save it as "menu.inc.php" then use the following code at the exact spot I want the menu to appear:
include('/path to file/menu.inc.php');
Hope this helps. 🙂
John Cornett