                        /*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	text-align:center;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.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 {

}
.sf-menu ul {
	
	width:90%;
	background:#EAEAEA;
	text-align:center;
	margin-top:0px;
	margin-left:10px;

}
.sf-menu a {
	font: 12px/19px "Oswald", sans-serif;
	text-decoration: none;
	color: #ffffff;
	text-transform:uppercase;
	padding:10px 3px 10px 3px;
    
	margin-left:0px;
	

	
}
.sf-menu > li {
background:url(../images/sep-nav.png) no-repeat left 27px;;
float:left;
padding-left: 5px;
margin-top: -10px;
padding-top: 10px;
margin-left:4px;

}

.sf-menu > li:first-child {
background:none;
}

.sf-menu > li:first-child a{
	margin-left:0px
}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {	
background:#0b67bc;

	}
	.sf-menu > li:hover,
.sf-menu > li.selected  , .sf-menu > li.active {	
background: url(../images/nav-hover.png) no-repeat -6px top;
padding-left: 5px;
margin-top: -10px;
padding-top: 10px;
margin-left:4px;
}

.sf-menu ul li {
border-top:1px solid #3c85c9;
margin:0 20px;

}
.sf-menu ul li:first-child {
	border:none;
}

.sf-menu ul a {
	font: 13px/19px "Oswald", sans-serif;
	text-transform:capitalize;
	color: #3c85c9;
	padding: 10px 0px ;
	
	}

.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:#d20101;
}


.sf-menu ul li a::after {
background:none;
}

/* Effect 3: bottom line slides/fades in */

.sf-menu li a::after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	z-index: -1;
	background:#0b67bc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}	  
	
	


.sf-menu li a:hover::after,
.sf-menu li.selected a:after {
	height: 100%;
}		
	

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
    margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* 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: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.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 {
	border-left-color: white;
}
.sf-sub-indicator {
	display:block;
	right:47%;
	position:absolute;
	width:8px;
	height:5px;
	text-indent:-999em;
	overflow:hidden;
	margin-top:4px;
	background:url('../images/arrows.png') no-repeat center top; /* 8-bit indexed alpha png. IE6 gets solid image only */
	z-index:9999;
}



        
        