/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative; 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-right: 1px solid #473222; 
}
.sf-menu ul {
	border: none;
	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 {    
/*  
  float: left;
  position: relative;
  left: 50%;
*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
/*
.sf-menu ul li {
left: 0%;
}

.sf-menu li {
left: -50%;
}
*/
.sf-menu ul {
/*	box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/  
}
.sf-menu a {     
  height: 25px; 
  /*font-size: 0.82em;*/
  font-size: 0.85em;
	/*padding: 10px 15px 0px 15px;*/
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	color: #fff; 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sf-menu a:hover {
  color: #3d201e; 
  background-image: url('../images/active.png');
  background-position: center top;
  background-repeat: repeat-x;
}
.sf-menu li {
	white-space: nowrap;
}



/* Sub level menu links style */
.sf-menu li ul {
}
.sf-menu li ul li {
  border-right: none;  
  background-image: url('../images/nav-bg.png');
  background-position: center top;
  background-repeat: repeat;
}
.sf-menu li ul li a{ 
  /*height: 25px;*/      
  height: 21px;
  /*font-size: 0.82em;*/              
  font-size: 0.80em;
	/*padding: 10px 10px 0px 10px;*/
	padding: 8px 10px 0px 8px;
	display: block;
	color:#fff;
	text-decoration:none;
  width: auto;
  min-width:100px;
  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: 0px;
    cursor: pointer;
}
.mobnav-subarrow {
    display: none;
}
@media only screen and (max-width: 480px) {
    #mobnav-btn {
        display: block;
    }
    .mobnav-subarrow {
        display: block;
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
        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;
        background-image: url('../images/nav-bg.png');
        background-position: center top;
        background-repeat: repeat-x; 
        border-bottom: 1px solid #473222;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .xpopdrop ul {
        display: block!important;
    }
}
/*
@media screen and (min-width: 850px) and (max-width: 1400px) {
  .sf-menu a {
    font-size: 0.75em;
  	padding: 0.4em 0.4em;
  }
  
  .sf-menu li ul li a{ 
	font-size: 0.65em;
  }
}
@media screen and (min-width: 600px) and (max-width: 850px) { 
  .sf-menu a {
    font-size: 0.75em;
  	padding: 0.4em 0.4em;
  }
  
  .sf-menu li ul li a{ 
	font-size: 0.65em;
  }
}
*/