The menu is included in the main PHP file, but is for some reason not positioning itself according to the menu.php file, but rather the whole document. Any way to fix this?
For one thing your html is all out of whack. You have code starting before the <html> tag, then you have </body></html>, but go on with additional coding. Fix your syntax, then we'll be happy to take a closer look.