diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css
index 5ebe585ec4d1c77ed948621ff76625e39d286888..1230a230a6e7ac4b33c23f15c00d9c066e681755 100644
--- a/i2p2www/static/styles/duck.css
+++ b/i2p2www/static/styles/duck.css
@@ -178,7 +178,7 @@ menu ul,
 }
 #cssmenu .has-sub ul li:hover a {
   /*background: #0c7fb0;*/
-  background: #8bac51;
+  background: #8bbc51;
 }
 #cssmenu .has-sub .has-sub:hover > ul {
   display: block;
@@ -192,7 +192,7 @@ menu ul,
 #cssmenu .has-sub .has-sub ul li a {
   /*background: #0c7fb0;
   border-bottom: 1px dotted #6db2d0;*/
-  background: #8bac51;
+  background: #8bbc51;
   border-bottom: 1px dotted #ffffcc;
 }
 #cssmenu .has-sub .has-sub ul li a:hover {