diff --git a/images/head-menu-row-repeater.gif b/images/head-menu-row-repeater.gif
deleted file mode 100644
index ec1eaa7..0000000
Binary files a/images/head-menu-row-repeater.gif and /dev/null differ
diff --git a/template.css b/template.css
index 1b16325..d3d3395 100644
--- a/template.css
+++ b/template.css
@@ -212,21 +212,18 @@ button:disabled, input[type="submit"]:disabled {
 }
 
 #menu {
-    height: 35px;
-    border-top: 0px none;
-    background-image: url("images/head-menu-row-repeater.gif");
-    background-position: left bottom;
-    background-repeat: repeat-x;
-    background-color: #002E5F;
+    background-image: linear-gradient(#002e5f,
+                                      #002e5f 4px,
+                                      #f1f1f1 4px,
+                                      #dfdfdf);
     margin: 0px;
     font-size: 130%;
     position: relative;
 }
 
 #menu .item {
-    padding: 8px 12px;
-    margin-left:6px;
-    margin-right: 6px;
+    padding: 8px 12px 4px;
+    margin: 0 6px;
     text-decoration: none;
     color: #005B7F;
     height: 100%;