/*** 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 {
	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:block;
}
.sf-menu ul {
	width: 100%;
	left:0;
	z-index:300;
}
.sf-menu1 ul {
	width: 265%;
	left:0;
	z-index:300;
}
.sf-menu a {
  font: 14px/19px 'latoblack';
  font-weight: normal;
  padding:28px 7px 28px 7px;
  text-decoration: none;
  color: #ffffff;
  text-transform: inherit;
  z-index: 100;
  position: relative;
}


.sf-menu > li {
	 float:left;
	 background:url(../images/sep-nav.png) no-repeat left center;
}

.sf-menu > li:first-child {
	border-left:none;
	background:none!important;
}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {
	color: #064068;
 	text-decoration: none;
}
.sf-menu1 > li > a:hover, .sf-menu1 > li.sfHover > a,
.sf-menu1 > li.selected > a, .sf-menu1 > li.active > a {
	color:#086761!important;
}
.sf-menu ul {
	padding: 0px 0px;
	text-align:left;
	background: #064068;
}
.sf-menu1 ul{
	background:#086761!important;
}
.sf-menu ul li {
border-top: 1px solid #ccc;
}
.sf-menu ul li:first-child {
	border-top:none!important;
	
}
.sf-menu ul a {
	font: 13px/20px 'latoblack';
	font-weight:400;
	color: #fff;
	padding: 4px 10px 3px 10px;
	text-align:left;
	 text-decoration:none;
	 border-bottom:none!important;
}
.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: #fff;
	text-decoration:none;
	background:#35B2E0;
}
.sf-menu1 ul li > a:hover, .sf-menu1 ul li.sfHover > a,
.sf-menu1 ul li.selected > a, .sf-menu1 ul li.active > a {
	color: #fff;
	text-decoration:none;
	background:#6abe4e;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right:50%;
  margin-right: -5px;
  margin-top: 15px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
}
.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-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-top-color: #fff;
}
.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-top-color: #fff;
}

