New homepage
diff --git a/downloads/_header.php b/downloads/_header.php
index 37c4f4e..bddd94e 100644
--- a/downloads/_header.php
+++ b/downloads/_header.php
@@ -3,9 +3,9 @@
 
 $navIconURL = "http://dev.eclipse.org/huge_icons/actions/go-down.png";
 $Nav->addNavSeparator($areaTitle, "");
-$Nav->addCustomNav("Releases!", "$areaPath/index.php#releases", "", 2);
-$Nav->addCustomNav("Integration", "$areaPath/index.php#integration", "", 2);
-$Nav->addCustomNav("Maintenance", "$areaPath/index.php#maintenance", "", 2);
+$Nav->addCustomNav("Releases", "$areaPath/index.php#releases", "", 1);
+$Nav->addCustomNav("Integration", "$areaPath/index.php#integration", "", 1);
+$Nav->addCustomNav("Maintenance", "$areaPath/index.php#maintenance", "", 1);
 $Nav->addCustomNav("Browse Sources", "http://git.eclipse.org/c/cdo/cdo.git", "", 1);
 $Nav->addCustomNav("Install Sources", "http://wiki.eclipse.org/CDO_Source_Installation", "", 1);
 $Nav->addCustomNav("License", "http://www.eclipse.org/org/documents/epl-v10.php", "", 1);
diff --git a/styles.css b/styles.css
index 64cf20b..0695031 100644
--- a/styles.css
+++ b/styles.css
@@ -9,3 +9,8 @@
 .blurb {
   margin-bottom: 10px;
 }
+
+li.separatorNolink {
+  font-weight: bold;
+  margin-top: 1em;
+}