diff --git wp-content/themes/twentythirteen/rtl.css wp-content/themes/twentythirteen/rtl.css
index 36c6ef7..25a539c 100644
--- wp-content/themes/twentythirteen/rtl.css
+++ wp-content/themes/twentythirteen/rtl.css
@@ -53,12 +53,23 @@ blockquote blockquote {
 	margin-right: 24px;
 }
 
-menu,
-ol,
-ul {
+menu {
 	padding: 0 40px 0 0;
 }
 
+ol, ul {
+	padding: 0 20px 0 0;
+}
+
+ul ul {
+	padding: 0 40px 0 0;
+}
+
+ol ol {
+	padding: 0 40px 0 0;
+}
+
+
 caption,
 th,
 td {
diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
index 156ea78..d57f2f7 100644
--- wp-content/themes/twentythirteen/style.css
+++ wp-content/themes/twentythirteen/style.css
@@ -306,13 +306,28 @@ dd {
 	margin: 0 0 20px;
 }
 
-menu,
+menu {
+	margin: 16px 0;
+	padding: 0 0 0 40px;
+}
+
+
 ol,
 ul {
 	margin: 16px 0;
+	padding: 0 0 0 20px;
+	list-style-position: inside;	
+}
+
+ul ul {
 	padding: 0 0 0 40px;
 }
 
+ol ol {
+	padding: 0 0 0 40px;
+}
+
+
 ul {
 	list-style-type: square;
 }
