
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu   { color: black; line-height: 1 }
.sf-menu ul    { color: black; position: absolute; top: -999em; width: 10em; border-style: none none none solid; border-width: medium medium medium thin; border-color: #ffd933 }
.sf-menu ul li   { color: black; width: 100% }
.sf-menu li:hover  { color: black; visibility: inherit }
.sf-menu li  { color: black; position: relative; float: left }
.sf-menu a  { color: black; display: block; position: relative }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul  { z-index: 99; top: 120px; left: 0 }
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu   { color: black; margin-bottom: 1em; float: left; border-width: thin; border-color: black }
.sf-menu a      { padding: 0.75em 1em; border-top: medium solid transparent; border-left: medium solid transparent }
.sf-menu a, .sf-menu a:visited    { color: white }
.sf-menu a:link    { color: white }

.sf-menu li    { color: black; background-color:#009900; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-color: #ff8700 }
.sf-menu li li   { background-color:#009900; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-top: black }
.sf-menu li li li   { background:#009900 }

.sf-menu li:first-child, .sf-menu li.first-child  { }


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active   { color: black; text-decoration: none; background: #3F6; outline: none 0 }

.sf-menu li .separator   { display: block; padding: 0.75em 1em; border-top: medium solid yellow; border-right: yellow; border-bottom: yellow; border-left: medium solid yellow }

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator  { background: url(http://www.erebusvicenza.it/images/arrows-ffffff.png) no-repeat -10px -100px; text-indent: -999em; display: block; position: absolute; top: 1.05em; right: 0.75em; width: 10px; height: 10px; overflow: hidden }
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator  { color: black; background-position: -10px 0 }

/*** shadows for all but IE6 ***/
.sf-shadow ul  { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; padding: 0 8px 9px 0 }
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-menu .active  { background: #3F6 }

.sf-menu #current  { background: #3F6; color: black }

.superfish_clear { 
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}
