+/* 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;
.sf-menu ul ul {
top: 0;
left: 100%;
+ margin-left: 0px;
}
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; */