At least on your demo (and in most cases with these sort of situations), you don't need to put the menu outside the centering element, just its drop downs. Put them as the first thing after the opening <body> tag:
Code:
. . . ght: 0;
margin: 0 auto;
width: 760px;
text-align: left;
}
-->
</style><body>
<!--1st drop down menu -->
<div id="group" class="dropdowns">
<a href="aboutus.htm" target="_self">About Us / Philosophy</a>
<a href="csr.htm" target="_self">CSR</a>
<a href="environmentalpolicy.htm" target="_self">Environmental Policy</a>
<a href="distribution.htm" target="_self">Distribution</a>
</div>
<!--2nd drop down menu -->
<div id="divisions" class="dropdowns">
<a href="division1.htm" target="_self">division1</a>
<a href="division2.htm" target="_self">division2</a>
<a href="division3.htm" target="_self">division3</a>
<a href="division4.htm" target="_self">division4</a>
</div>
<!--3rd drop down menu -->
<div id="products" class="dropdowns">
<a href="stationery.htm" target="_self">Stationery, Software & Computer Supplies</a>
<a href="itbusequipment.htm" target="_self">IT, Business Equipment & Media Solutions</a>
<a href="officefurniture.htm" target="_self">Office Furniture</a>
<a href="meetingandboardroom.htm" target="_self">Meeting & Boardroom Supplies</a>
<a href="archivalandcraterental.htm" target="_self">Archival & Crate Rental</a>
<a href="corpclothingpromo.htm" target="_self">Corporate Clothing & Promotional Merchandising</a>
<a href="janitorialsupplies.htm" target="_self">Janitorial Supplies</a>
<a href="digitaldictation.htm" target="_self">Digital Dictation Solutions</a>
<a href="liquidandprintgold.htm" target="_self">Liquid & Print Gold</a>
<a href="fooddrinkandcatering.htm" target="_self">Food / Drink / Catering</a>
</div>
<!--4th drop down menu -->
<div id="contacts" class="dropdowns">
<a href="contactus.htm" target="_self">Contact Details</a>
<a href="howtofindus.htm" target="_self">How to find Us</a>
<a href="#">Open an Account</a>
<a href="#">Site Map</a>
</div>
<h2>3) Example 3</h2>
<p>Note that the CSS for this menu style requires each menu item be wrapped in an additional <span> tag.</p>
<div id="centered">
<div id="slidemenu" class="slide . . .
Bookmarks