/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	padding:		0;
	list-style:		none;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em; /* left offset of submenus need to match (see below) */
	width: 14.5em;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	text-decoration:none;
	color: #7c7c7c;
	padding: 78px 13px 79px;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9c9c9c;
	-moz-box-shadow:    inset 0 0 0 #545355;
	-webkit-box-shadow: inset 0 0 0 #545355;
	box-shadow:         inset 0 0 0 #545355;
		transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;


}

.sf-menu a:hover {
	color: #100f29;
	background-image: url(../imagens/menu-hover.gif);
	background-repeat: repeat-x;
	border-left-color: #707070;
		-moz-box-shadow:    inset 0 0 20px #545355;
   -webkit-box-shadow: inset 0 0 20px #545355;
   box-shadow:         inset 0 0 20px #545355;
		transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;

	
}
.sf-menu a .ativo {
	color: #100f29;
	background-repeat: repeat-x;
	border-left-color: #707070;
	background-position: center bottom;
	
}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			169px; /* match top ul list item height */
	z-index:		99;
	padding-top: 8px;
	width:262px;	
	
	/*background-image:url(../imagens/menu-drop.png);
	background-repeat: no-repeat;
	background-position: 5px top;*/


}
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 {
	float:			left;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li ul li {
}

.sf-menu li ul li a {
	font-family: WalkwayExpandBlackRegular;
	color: #5c595f;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-color: #CCC;
	padding-right: 0px;
	font-size: 15px;
	background-image: url(../imagens/menu.jpg);
	background-repeat: repeat;
	background-position: bottom;
		transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}


.sf-menu li ul li a:hover {
	color: #100f29;
	background-image: url(../imagens/menu-hover.gif);
	background-repeat: repeat-x;
	border-left-color: #707070;
		-moz-box-shadow:    inset 0 0 10px #545355;
   -webkit-box-shadow: inset 0 0 10px #545355;
   box-shadow:         inset 0 0 10px #545355;
		transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;

}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block; /* IE6 only */
	width:			112px;
	height:			22px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-image: url(../imagens/menu-seta.png);
	background-repeat: no-repeat;
	right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			154px;
	background-position: center top; /* 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: bottom; /* 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 {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0;
	background-repeat: repeat;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu li .ativo {
	background-image: url(../imagens/menu-ativo.gif);
	background-repeat: repeat-x;
	border-right-color: #211142;
	border-left-color: #211142;
	color: #cec2ff;
	-moz-box-shadow:    inset 0 0 40px #000000;
   -webkit-box-shadow: inset 0 0 40px #000000;
   box-shadow:         inset 0 0 40px #000000;
}
