/*** 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: 40px;
	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 {
	float: right;
	margin-bottom: 0em;
	margin-right:0px;
	line-height:1.7em!important;
	height:70px;
	font-size:14px;
	
	
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	float:right;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {

}


.sf-menu a:hover {

	text-decoration:none;
}

.sf-menu li {
	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	min-height:55px;
	border-top:0px dotted #2f2f2f;
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;
	
}

@media (max-width: 994px) {

.sf-menu li {font-size:17px; line-height:45px;

}


}

.sf-menu ul li {
	background:;
	
}
.sf-menu li ul {

}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background:;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	border-top:0px dotted #666;
	
}

.sf-menu li.current-menu-item, .sf-menu li.current-page-item {}
.sf-menu li.current-menu-item a, .sf-menu li.current-page-item a {color:#999;}
.sf-menu li.current-menu-item a:hover, .sf-menu li.current-page-item a:hover {cursor:default;}

.sf-menu li:hover a{
	color:;
}

.sf-menu ul li a{
	color:;
	font-weight:700;
}

.sf-menu ul li a:hover{
	
}

.sf-menu ul.sub-menu li {font-size:; min-height:30px!important;}

.sf-menu ul.sub-menu  {background:#333!important;}

.sf-menu ul.sub-menu li a  {color:#fff!important;}

@media (min-width:768px) and (max-width: 994px) {



}

.sf-menu li.current-menu-item > .sub-menu li a {color:#fff!important; cursor:pointer;}

/*** 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;
}

/*negative colors */


.sf-menu.negative-colors  {
	float: right;
	margin-bottom: 0em;
	margin-right:0px;
	line-height:1.2em!important;
	height:44px;
}
.sf-menu.negative-colors  ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu.negative-colors  a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu.negative-colors  a {
	color: #333;
}


.sf-menu.negative-colors  a:hover {
	color:#5E89C2;
	text-decoration:none;
}

.sf-menu.negative-colors  li {
	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	min-height:40px;
	font-size:20px;
	/*font-family:'Roboto Condensed',sans;*/
	text-transform: uppercase;
	border-top:0px dotted #2f2f2f;
	
	
}

.sf-menu.negative-colors  a:after {visibility:hidden!important;}

@media (max-width: 994px) {

.sf-menu.negative-colors  li {font-size:17px; line-height:17px;

}


}

.sf-menu.negative-colors  ul li {
	background:;
	
}
.sf-menu.negative-colors  li ul {
	background: #ebeae5!important;
}
.sf-menu.negative-colors  li:hover,
.sf-menu.negative-colors  li.sfHover {
	background:;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	border-top:0px dotted #666;
	
}

.sf-menu.negative-colors  li.current-menu-item, .sf-menu.negative-colors  li.current-page-item {}
.sf-menu.negative-colors  li.current-menu-item a, .sf-menu.negative-colors  li.current-page-item a {color:#999;}
.sf-menu.negative-colors  li.current-menu-item a:hover, .sf-menu.negative-colors  li.current-page-item a:hover {cursor:default;}

.sf-menu.negative-colors  li:hover a{
	color:;
}

.sf-menu.negative-colors  ul li a{
	color:;
}

.sf-menu.negative-colors  ul li a:hover{
	
}
.sf-menu.negative-colors li.current-menu-item > .sub-menu li a {cursor:pointer; color:#4d4d4d!important;}
.sf-menu.negative-colors .sub-menu li a {color:#4d4d4d!important; font-size:80%; text-transform:none!important;}