The header/sub content mismatch is due to the fact that you've given all of your headers a CSS class of "menuheaders" regardless of whether each one actually contains a sub content (DIV with class="menucontents"). You can solve the issue simply by changing the CSS class of all headers that do NOT contain a sub content to something else, for example: "singlesheader":
Code:
<div class="singlesheader"><a href="notable_cases.php" title="Forums" target="_self" onMouseOver="MM_swapImage('Image58','','images/menu1_r11_c1.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/menu1_r27_c1.gif" alt="Merchandising" name="Image58" width="167" height="30" border="0" id="Image58" /></a></div>
As to the 2nd question, are you basically asking how to have the menu automatically highlight the current menu header the page corresponds to?
Bookmarks