/* top level */
.sf-menu{ list-style: none; margin-left: 0px; }
.sf-menu > li{ float: left; cursor: pointer; }
.sf-menu > li > a{ display: block; text-decoration: none; position: relative; z-index: 9; }

/* normal menu */
.sf-menu > .attorna-normal-menu ul{ margin-left: 0px; list-style: none; position: absolute; display: none; 
	z-index: 99; min-width: 190px; }
.sf-menu > .attorna-normal-menu.sfHover > ul,
.sf-menu > .attorna-normal-menu.sfHover > ul:hover,
.sf-menu > .attorna-normal-menu li.sfHover > ul{ display: block; }
.sf-menu > .attorna-normal-menu ul ul{ top: 0px; left: 100%; }
.sf-menu > .attorna-normal-menu ul ul.sub-menu-right{ left: auto; right: 100%; }
.sf-menu > .attorna-normal-menu li{ position: relative; white-space: nowrap; }
.sf-menu > .attorna-normal-menu li a{ text-decoration: none; }
.sf-menu > .attorna-normal-menu li > a.sf-with-ul-pre{}
.sf-menu > .attorna-normal-menu li > a.sf-with-ul-pre:after{ content: '>'; }

/* mega menu */
.sf-menu > .attorna-mega-menu .sf-mega{ position: absolute; display: none; z-index: 99;}
.sf-menu > .attorna-mega-menu.sfHover .sf-mega,
.sf-menu > .attorna-mega-menu.sfHover .sf-mega:hover{ display: block; }
.sf-menu > .attorna-mega-menu .sf-mega-section-inner a{ text-decoration: none; }
.sf-menu > .attorna-mega-menu .sf-mega-section-inner ul{ list-style: none; margin-left: 0px; }

/* vertical menu */
.sf-vertical{ list-style: none; margin-left: 0px; left: 100%; top: 0; }
.sf-vertical li{ position: relative; }
.sf-vertical ul.sub-menu{ list-style: none; position: absolute; display: none; left: 100%; top: 0px; z-index: 9; min-width: 190px; }
.sf-vertical ul.sub-menu li{ white-space: nowrap; }

