Please post new questions in a new thread like here where I've moved this.
Looks and works about the same in Opera, IE (has one misplaced shadow* and a styling problem on the non-drop down items Site Map and Information in IE 9 and IE 9's IE 8 mode), and Firefox, as in Chrome here.
*When hovering over Services, and then its drop down, in all browsers there's an extension that comes from markup left over from the demo. If it's sub menu is activated, its shadow is off in IE 8 and 9. That entire section should be removed though.
I'd try getting rid of the highlighted including that red ul tag:
Code:
<li><a href="services.htm">Services</a><font color="#FFFFFF"> </font>
<ul>
<li><a href="Forthcoming_events.htm">Forthcoming Events</a></li>
<li><a href="metalware.htm">Announcements</a>
<li><a href="SiteMap.htm">Search</a></li><ul>
<li><a href="feedback_page.htm">Feedback Form</a></li>
<li><a href="services.htm">Sub Item 2.1.2</a></li>
<li><a href="services.htm">Folder 3.1.1</a><font color="#FFFFFF"> </font>
<ul>
<li><a href="services.htm">Sub Item 3.1.1.1</a></li>
<li><a href="services.htm">Sub Item 3.1.1.2</a></li>
<li><a href="services.htm">Sub Item 3.1.1.3</a></li>
<li><a href="services.htm">Sub Item 3.1.1.4</a></li>
<li><a href="services.htm">Sub Item 3.1.1.5</a></li>
</ul>
</li>
Bookmarks