diff --git buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
index 9c82db0d7..f8c07b616 100644
--- buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
+++ buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
@@ -53,7 +53,7 @@ div.free-page div.standard {
 
 #nav li a:hover,
 #header #nav li :link:hover,
-#wporg-header #nav li :link:hover {
+#wporg-header #wporg-header-menu li :link:hover {
 	background-color: #cf4944;
 	color: rgba(255,255,255,0.9);
 }
diff --git buddypress.org/public_html/wp-content/themes/bb-base/style.css buddypress.org/public_html/wp-content/themes/bb-base/style.css
index df462542a..95489b1b4 100644
--- buddypress.org/public_html/wp-content/themes/bb-base/style.css
+++ buddypress.org/public_html/wp-content/themes/bb-base/style.css
@@ -391,6 +391,30 @@ body.buddypress.trac #subnav {
 	font-size: 12px;
 	margin-top: 81px;
 }
+body.trac #metanav {
+    font-size: 12px;
+    margin-top: 81px;
+    position: static;
+    top: auto;
+    right: auto;
+    line-height:24px;
+    padding-top: .5em;
+}
+#metanav:after {
+    clear: both;
+    display: block;
+}
+
+body.trac #metanav a,
+body.trac #metanav a:visited,
+body.trac #metanav form.trac-logout button {
+    color: initial;
+}
+
+body.trac #metanav li.last {
+    padding-right: .75em;
+}
+
 #subnav-inner {
 	width: 100%;
 	margin: 0 auto;
