Index: themes/garland/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style-rtl.css,v
retrieving revision 1.10
diff -u -p -r1.10 style-rtl.css
--- themes/garland/style-rtl.css	25 Jun 2008 09:12:25 -0000	1.10
+++ themes/garland/style-rtl.css	13 Oct 2008 04:00:40 -0000
@@ -151,7 +151,7 @@ ul.secondary-menu li {
 }
 
 ul.primary {
-  float: right;
+  float: left;
 }
 ul.secondary {
   clear: both;
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.46
diff -u -p -r1.46 style.css
--- themes/garland/style.css	25 Jun 2008 09:12:25 -0000	1.46
+++ themes/garland/style.css	13 Oct 2008 04:00:40 -0000
@@ -623,7 +623,7 @@ ul.primary, ul.primary li, ul.secondary,
 }
 ul.primary {
   padding: 0.5em 0 10px;
-  float: left; /* LTR */
+  float: right; /* LTR */
 }
 ul.secondary {
   clear: both;
