diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css
index ef23575c3bf7756388cdb3ee173c31b22c68da0c..861b5f01de1074e7b6d38c18b3948a8714b5eb66 100644
--- a/i2p2www/static/styles/duck.css
+++ b/i2p2www/static/styles/duck.css
@@ -167,7 +167,8 @@ menu ul,
   left: 0;
 }
 #cssmenu .has-sub ul li {
-  *margin-bottom: -1px;
+  border-left: 1px solid #ffffcc;
+  /*margin-bottom: -1px;*/
 }
 #cssmenu .has-sub ul li.has-sub {
   border-right: 5px solid #4B9C31
@@ -197,6 +198,9 @@ menu ul,
   top: 0;
   margin-left: 5px;
 }
+#cssmenu .has-sub .has-sub ul li:first-child {
+  border-left: none;
+}
 #cssmenu .has-sub .has-sub ul li a {
   /*background: #0c7fb0;
   border-bottom: 1px dotted #6db2d0;*/