/*** ESSENTIAL STYLES ***/
.sf-menu-header, .sf-menu-header * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu-header li {
	position: relative;
}
.sf-menu-header ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu-header > li {
	float: left;
}
.sf-menu-header li:hover > ul,
.sf-menu-header li.sfHover > ul {
	display: block;
}

.sf-menu-header a {
	display: block;
	position: relative;
}
.sf-menu-header ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu-header {
	float: left;
	//margin-bottom: 1em;
        
}
.sf-menu-header ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu-header a {
	/*border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF;
	border-top: 1px solid rgba(255,255,255,.5);*/
	//padding: .75em 1em;
        height: 45px;
        padding-top:13px;
        padding-left: 10px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu-header a {
	color: #92979b;
}
.sf-menu-header li { 
	background: #3a4043;
        height: 45px;
        font-family: Oswald;
}
.sf-menu-header ul li {
	background: #ffffff;
}
.sf-menu-header ul li:hover {
	background: #e06a46;
}
.sf-menu-header ul li:hover a {
	color: #fff;
}
.sf-menu-header .sfHover > a {
	color: #fff;
}





/*** 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 {
	margin-top: 0px;
        height: 45px;
}
.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 {
	
}
.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-menu-header.sf-arrows .sf-with-ul:after {
    top: 35%;
}