/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	margin-top:0px;
	
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	display:table;
	margin:0 auto;
}
.sf-menu ul {
	width:100%;
	margin-top: -6px;
	padding:0 10px:
	z-index:300;
}
.sf-menu a {
	font-family: 'QuicksandBold';
	font-size:16px;
	font-weight:normal;
	padding:42px 9px 26px;
	text-decoration: none;
	color: #ffffff;
	z-index:100;
	 -webkit-transition: all .4s;
 	-moz-transition: all .4s;
 	-o-transition: all .4s;
 	transition: all .4s;
 	position:relative;
}
.sf-menu > li {
	padding:0px 0px 0px 1px;
    background: url(/media/images/new-images/nav-sep.png) no-repeat left 49px;
}
.sf-menu > li:first-child {
    background: none;

}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {
	color:#000;
	text-decoration: none;	
	background:#fed000;
}
.sf-menu ul {
	padding: 6px 0 0;
	text-align:left;
}
.sf-menu ul:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #000 transparent;
}
.sf-menu ul li {
	  /*background:url(/media/images/bg-ssmn.png) no-repeat top center;*/
	  border-top:1px solid #fff;
	  background-color:#6e0000;
}
.sf-menu ul li:first-child {
	background: none;
	border-top:5px solid #fff;
}
.sf-menu ul a {
	font-family: 'OpenSansRegular';
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color: #282827;
	padding: 4px 14px 4px 14px;
	text-align:left;
	-webkit-transition: all .4s;
 -moz-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
 text-decoration:none;
 background:#fed000;
}
.sf-menu ul li > a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
	color: #fed000;
	background:#282827;
	text-decoration:none;
}


/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-2px;
	margin-top: -25px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 4px solid transparent;
	border-top-color: rgba(255,255,255,0.8);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li.selected > .sf-with-ul:after,
.sf-arrows > li.active > .sf-with-ul:after {
	border-top-color: #fff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: rgba(255,255,255,0.8);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after,
.sf-arrows ul li.selected > .sf-with-ul:after,
.sf-arrows ul li.active > .sf-with-ul:after
{
	border-left-color: rgba(255,255,255,0.8);
}
