/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
/*	margin: 0px 0px 0px 0px;
	padding: 0;*/
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	/*border-top:1px solid #e0e0e0;*/
	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 {
	/*padding:0px 17px 0px 17px !important;*/
	/*display: block;*/
	/*float:left;*/
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	/*margin-bottom: 1em;*/
}
/*
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; 
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}
*/
.sf-menu ul li{
	position: relative;
	display: inline;
	z-index: 100;
	display:block;
	float:left;
}
  
.sf-menu ul li a{
	display:block;
	/*padding:60px 20px;*/
	/*color:#ffffff;
	text-decoration:none;
	font-size:0.95em;    */
}

* html .sf-menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}

.sf-menu ul li a:link, .sf-menu ul li a:visited{
}

.sf-menu ul li a:hover{
	/*text-decoration:underline;*/
}


/* Sub level menu links style */
.sf-menu li ul {                
	/*margin-top:1px !important;*/
	background:#ffd205;
}
.sf-menu li ul li a{ 
	/*padding: 6px 10px;*/
	display:block;
	/*padding:5px 15px;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	color:#ffffff;       	*/
	text-decoration:none;
	/*background:#ffffff !important;*/	
	width: auto;
	min-width:210px;
	margin: 0;
	border-top-width: 0;
}
.sf-menu li ul li ul{
	border:none !important;
}
.sf-menu li ul li ul li ul{
	border:none !important;
}
.sf-menu li ul li ul li a{
	min-width:100px;
}

.sf-menu li ul li a:hover{ /*sub menus hover style*/

	/*color:#be486a;*/
	/*background:#d47147 !important;*/
	/*background:#f1f1f1 !important;*/
}
/*** 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;
}
#mobnav-btn {
    display: none;
    padding: 10px;
    cursor: pointer;
}
.mobnav-subarrow {
    display: none;
}
@media only screen and (max-width: 624px) {
    #mobnav-btn {
        display: block;
        text-align: center;
    }
    .mobnav-subarrow {
        display: block;
        position: absolute;
        top: 2px;
        right: 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .xpopdrop ul {
        display: block!important;
    }
}