site: Updated for 'solstice' theme
diff --git a/_projectCommon.php b/_projectCommon.php
index 0173a58..10215b4 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -13,7 +13,7 @@
 
 	# Set the theme for your project's web pages.
 	# See http://eclipse.org/phoenix/
-	$theme = "Nova";
+	$theme = "solstice";
 	
 	# Define your project-wide Navigation here
 	# This appears on the left of the page if you define a left nav
@@ -25,11 +25,12 @@
 	
 	# Break the navigation into sections
 	$Nav->addNavSeparator("GMF Tooling", 	"/gmf-tooling");
-	$Nav->addCustomNav("Download", "/gmf-tooling/download.php", "_self", 3);
+	$Nav->addCustomNav("Downloads", "/gmf-tooling/download.php", "_self", 3);
 	$Nav->addCustomNav("Documentation", "/gmf-tooling/documentation.php", "_blank", 3);
 	$Nav->addCustomNav("Support", "/gmf-tooling/support.php", "_blank", 3);
 	$Nav->addCustomNav("Getting Involved", "/gmf-tooling/getting_involved.php", "_blank", 3);
 	$Nav->addCustomNav("Newsgroup", "http://www.eclipse.org/forums/index.php/f/16/", "_blank", 3);
+	$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/Graphical_Modeling_Framework", "_self", 3);
 
 	# Define keywords, author and title here, or in each PHP page specifically
 	$pageKeywords	= "Graphical Modeling Framework Tooling, GMF Tooling, GMF";
@@ -38,15 +39,15 @@
 
 	# top navigation bar
 	# To override and replace the navigation with your own, uncomment the line below.
-	# $Menu->setMenuItemList(array());
-	# $Menu->addMenuItem("Home", "/project", "_self");
-	# $Menu->addMenuItem("Download", "/project/download.php", "_self");
-	# $Menu->addMenuItem("Documentation", "/project/documentation.php", "_self");
-	# $Menu->addMenuItem("Support", "/project/support.php", "_self");
-	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
+	$Menu->setMenuItemList(array());
+	$Menu->addMenuItem("Eclipse", "/", "_self");
+	$Menu->addMenuItem("GMF Tooling", "/gmf-tooling", "_self");
+	$Menu->addMenuItem("Downloads", "/gmf-tooling/download.php", "_self");
+	$Menu->addMenuItem("Documentation", "/gmf-tooling/documentation.php", "_self");
+	$Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=modeling.gmp.gmf-tooling", "_self");
 	
 	# To define additional CSS or other pre-body headers
-	# $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
+	# $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gmf-tooling/style.css"/>');
 	
 	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
 	$App->Promotion = TRUE;