Bug 571136 - Update sidebar menu for About Us section

Change-Id: I2ba52a9f7253337e8a6f1a8bee128c71edd6e260
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/_projectCommon.php b/_projectCommon.php
index a6d616c..3ab4e26 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -16,9 +16,39 @@
 $App->Promotion = TRUE;
 
 $Nav = new Nav();
-$Nav->addNavSeparator("About Us", "index.php");
-$Nav->addCustomNav("Annual Report", "/org/foundation/reports/annual_report.php", "_self", 1);
-$Nav->addCustomNav("Foundation", "/org/foundation/", "_self", 1);
-$Nav->addCustomNav("Governance", "/org/documents/", "_self", 1);
-$Nav->addCustomNav("Legal Resources", "/legal/", "_self", 1);
-$Nav->addCustomNav("Contact Us", "/org/foundation/contact.php", "_self", 1);
+$Nav->addNavSeparator("About Us", "/org/");
+
+$Nav->addCustomNav("Members & Supporters", "/membership", "_self", 1);
+$Nav->addCustomNav("Our Members", "/membership/exploreMembership.php", "_self", 2);
+$Nav->addCustomNav("Corporate Sponsors", "/corporate_sponsors", "_self", 2);
+$Nav->addCustomNav("In-kind Supporters", "/org/foundation/thankyou.php", "_self", 2);
+
+$Nav->addCustomNav("Services", "#", "_self", 1);
+$Nav->addCustomNav("IP Management", "/org/services/#IP_Management", "_self", 2);
+$Nav->addCustomNav("Ecosystem Development", "/org/services/#Ecosystem", "_self", 2);
+$Nav->addCustomNav("Development Process", "/org/services/#Development", "_self", 2);
+$Nav->addCustomNav("IT Infrastructure", "/org/services/#IT", "_self", 2);
+
+$Nav->addCustomNav("Our Team", "#", "_self", 1);
+$Nav->addCustomNav("Eclipse Foundation Staff", "/org/foundation/staff.php", "_self", 2);
+$Nav->addCustomNav("Contact us", "/org/foundation/contact.php", "_self", 2);
+
+$Nav->addCustomNav("Governance", "#", "_self", 1);
+$Nav->addCustomNav("Board of Directors", "/org/foundation/directors.php", "_self", 2);
+$Nav->addCustomNav("Board of Directors Elections", "/org/elections/", "_self", 2);
+$Nav->addCustomNav("Councils", "/org/foundation/council.php", "_self", 2);
+$Nav->addCustomNav("Annual Report", "/org/foundation/reports/annual_report.php", "_self", 2);
+$Nav->addCustomNav("Governance Documents", "/org/documents/", "_self", 2);
+$Nav->addCustomNav("Meeting Minutes", "/org/foundation/minutes.php", "_self", 2);
+
+$Nav->addCustomNav("Our Brand", "#", "_self", 1);
+$Nav->addCustomNav("Logos and artwork", "/artwork/", "_self", 2);
+$Nav->addCustomNav("Eclipse Foundation Brand Guidelines", "/legal/documents/eclipse_foundation_branding_guidelines.pdf", "_self", 2);
+$Nav->addCustomNav("Trademark usage guidelines", "/legal/logo_guidelines.php", "_self", 2);
+$Nav->addCustomNav("Writing style guide", "/org/documents/writting-style-guide/", "_self", 2);
+
+$Nav->addCustomNav("Announcements", "#", "_self", 1);
+$Nav->addCustomNav("Press releases", "/org/press-release/", "_self", 2);
+$Nav->addCustomNav("PR guidelines", "/org/press-release/pressrelease_guidelines.php", "_self", 2);
+$Nav->addCustomNav("2006 Archive", "/org/press-release/2006archive.php", "_self", 2);
+$Nav->addCustomNav("2001-2005 Archive", "/org/press-release/main.html", "_self", 2);
\ No newline at end of file