work to make the third level flyoutnav styled correct
authorOve Klykken <ove@gaslightmedia.com>
Fri, 16 May 2014 20:56:56 +0000 (20:56 +0000)
committerOve Klykken <ove@gaslightmedia.com>
Fri, 16 May 2014 20:56:56 +0000 (20:56 +0000)
superfish.css

index 32f7fb9..e23123d 100755 (executable)
@@ -1,3 +1,15 @@
+/* OVerriding common styles to center control nav */
+.nivo-controlNav {
+    text-align:center;
+    left:0;
+    right:0;
+    bottom: 0;
+}
+.nivo-controlNav a {
+    display:inline-block; /* so float:none */
+}
+
+
 /*** ESSENTIAL STYLES ***/
 .sf-menu, .sf-menu * {
        margin: 0;
@@ -32,6 +44,7 @@
 .sf-menu ul ul {
        top: 0;
        left: 100%;
+    margin-left: 0px;
 }
 
 
@@ -58,7 +71,7 @@
        zoom: 1; /* IE7 */
 }
 .sf-menu a {
-       color: #000;
+       color: #271e1f;
 }
 .sf-menu a:hover {
     color: #2e96ff;
 .sf-menu ul li {
        /* background: #AABDE6; */
 }
+.sf-menu ul ul  {
+    border: 0;
+    }
 .sf-menu ul ul li {
-       /*ackground: #9AAEDB; */
-}
+       background: rgb(56,73,93); 
+    }
+.sf-menu ul ul li a {
+    color: white;
+    }
 .sf-menu li:hover,
 .sf-menu li.sfHover {
        /* background: #CFDEFF; */