Update navigation
diff --git a/_projectCommon.php b/_projectCommon.php
index fe89630..ad06944 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -12,21 +12,24 @@
 	$Nav->setLinkList(array());
 	
 	# Break the navigation into sections
-	$Nav->addNavSeparator("Subversive Home", "/subversive/index.php");
-	$Nav->addCustomNav("About Subversive", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive", "_self", 2);
-	$Nav->addCustomNav("Getting Started", "/subversive/documentation/gettingStarted.php", "_self", 2);
-	$Nav->addCustomNav("Documentation", "/subversive/documentation/index.php", "_self", 2);
-	$Nav->addCustomNav("Downloads", "/subversive/downloads.php", "_self", 2);
-	$Nav->addCustomNav("New & Noteworthy", "http://wiki.eclipse.org/Subversive_New_and_Noteworthy", "_self", 2);
-	$Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_SUBVERSIVE", "_self", 2);
-	$Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 2);
-	$Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 2);
-	$Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 2);
-	$Nav->addCustomNav("Resources", "/subversive/resources.php", "_self", 2);
-	$Nav->addCustomNav("FAQ", "/subversive/documentation/faq.php", "_self", 2);
-	$Nav->addCustomNav("Integrations", "/subversive/integrations.php", "_self", 2);
-	$Nav->addCustomNav("Project Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=technology.subversive", "_self", 2);
-	$Nav->addCustomNav("IP Log", "/subversive/iplog-1.0.php", "_self", 2);
+	$Nav->addCustomNav("Subversive Home", "/subversive/index.php", "_self", 1);
+	$Nav->addCustomNav("About Subversive", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive", "_self", 1);
+	
+	$Nav->addNavSeparator("Downloads", "/subversive/downloads.php", "_self");
+	
+	$Nav->addNavSeparator("Documentation", "/subversive/index.php");
+	$Nav->addCustomNav("Getting Started", "/subversive/documentation/gettingStarted.php", "_self", 1);
+
+	$Nav->addCustomNav("New & Noteworthy", "http://wiki.eclipse.org/Subversive_New_and_Noteworthy", "_self", 1);
+	$Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_SUBVERSIVE", "_self", 1);
+	$Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 1);
+	$Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1);
+	$Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1);
+	$Nav->addCustomNav("Resources", "/subversive/resources.php", "_self", 1);
+	$Nav->addCustomNav("FAQ", "/subversive/documentation/faq.php", "_self", 1);
+	$Nav->addCustomNav("Integrations", "/subversive/integrations.php", "_self", 1);
+	$Nav->addCustomNav("Project Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=technology.subversive", "_self", 1);
+	$Nav->addCustomNav("IP Log", "/subversive/iplog-1.0.php", "_self", 1);
 
 	# Define keywords, author and title here, or in each PHP page specifically
 	# $pageKeywords	= "xtext, dsl, modeling, domain specific language, textual";