Index: bp-themes/bp-default/_inc/css/default.css
===================================================================
--- bp-themes/bp-default/_inc/css/default.css
+++ bp-themes/bp-default/_inc/css/default.css
@@ -512,15 +512,14 @@ a:focus {
 }
 #navigation {
 	position: relative;
-	text-align: right;
-	width: 100%;
+	height: 70px;
 }
 #nav {
 	margin: 40px 20px 0 0;
 	list-style: none;
 	padding: 0;
-	position: relative;
-	right: auto;
+	position: absolute;
+	right: 0;
 	bottom: 0;
 }
 #nav li a {
@@ -533,7 +532,8 @@ a:focus {
 }
 #nav li {
 	margin-left: 5px;
-	display: inline-block;
+	display: block;
+	float:left;
 }
 #nav li li {
 	margin-left: 0;
