INSTALL.fcgi encoding
[kivitendo-erp.git] / css / menuv3.css
index 4068de3..ae7ef33 100644 (file)
@@ -22,15 +22,9 @@ margin:0;
 padding:1px 0 1px 3px;
 }
 
-#menu h2:before {
-    content:" ";
-}
-#menu h2:after {
-    content:" "; 
-}
 #menu h2 {
 color:#fff;
-padding:2 15px
+padding:0 5px;
 }
 
 #menu a, #menu a:visited, #menu div.x, #menu div.x:visited {
@@ -42,6 +36,7 @@ padding-right:10px;
 #menu a {
 background:#eee;
 }
+
 #menu div.x, #menu div.x:visited {
 background:#eee url(../image/right.gif) no-repeat right;
 }
@@ -61,6 +56,7 @@ list-style:none;
 margin:0;
 padding:0;
 float:left;
+min-width:7em;
 }
 
 #menu li {
@@ -69,12 +65,6 @@ float:none;
 border:0;
 }
 
-li.sub {
-position:relativ;
-left:-25px;
-top:-3px;
-}
-
 /* IE6 spacing bug fix, <li>s without a bottom border get spaced to far 
  * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow 
  * so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has
@@ -98,11 +88,13 @@ position:absolute;
 z-index:500;
 top:auto;
 display:none;
+background:#000;
 }
 
 #menu ul ul ul {
 top:0;
 left:100%;
+background:#000;
 }
 
 /* Begin non-anchor hover selectors */
@@ -133,7 +125,7 @@ div#menu li:hover ul,
 div#menu li li:hover ul,
 div#menu li li li:hover ul,
 div#menu li li li li:hover ul
-{display:block; position:relativ: left:10px;}
+{display:block;}
 
 /* End of non-anchor hover selectors */