fixing the padding in menu
update default time for menu to hide
margin-top: -2px;
border: 2px solid black;
border-top: 0;
-
+
}
.sf-menu a {
/* border-left: 1px solid #fff; */
border: 0;
}
.sf-menu ul ul li {
- background: rgb(56,73,93);
+ background: rgb(56,73,93);
}
.sf-menu ul ul li a {
color: white;
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
- padding-right: 2.5em;
+ /*padding-right: 2.5em;*/
*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
hoverClass: 'sfHover',
pathClass: 'overrideThisToUse',
pathLevels: 1,
- delay: 8000,
+ delay: 800,
animation: {opacity: 'show'},
animationOut: {opacity: 'hide'},
speed: 'normal',