/*** ESSENTIAL STYLES ***/
.zon-menu, .zon-menu * {
	margin: 0; text-align:right; 
	padding: 0;
	list-style: none; 
}
.zon-menu { display:table; width:90%; max-width:80%; margin:auto; text-align:right;  }
.zon-menu > li { float:right;   border-radius:4px;   }
.zon-menu > li > a { text-align:right; display:block;   }
.zon-menu > li > ul { 
	position: absolute;	right:0; left:0; margin:auto;  border-radius:4px; padding:20px 0;
	width:90%; margin:auto; left:0; right:0; top: 220px; }
	
	
	
.zon-menu .lnsmm { float:right; background:#ccc; width:2px; font-size:1px; height:2vw; margin:0 15px;   }
.zon-menu > li > ul > li { display:flex; width:100%; }
.zon-menu > li > ul > li a { padding:10px; text-align:center; width:100%;  display:block; color:#fff; }
.zon-menu > li > ul > li a:hover {  
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1); }

.activmenu > a  { font-weight: 600; }

@media screen and (max-width: 880px) { 
.zon-menu { width:100%; padding:7px 0; clear:both; display:table; border-top:1px solid #ccc;   }
.zon-menu > li {  width:90%; margin:auto; clear:both; }



}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.zon-menu ul * {  }
.zon-menu > ul {
	
	 
}

.zon-menu li:hover > ul,
.zon-menu li.sfHover > ul {
}


.zon-menu ul ul {
	top: 0;
	right: 0;
	left: 0;
	margin:auto;
	clear:both;
	background:red;
	
}


/*** DEMO SKIN ***/
 
.zon-menu li {   }

.zon-menu a { 
	text-decoration: none;
	zoom: 1; /* IE7 */ 
}

.zon-menu li > a {
	
}

.zon-menu ul li  { 
	
} 


.zon-menu ul li a { 
	
}



.zon-menu li > ul > li a { 
	
}



.zon-menu > li {  }
.zon-menu li {
	/*background: #ccc;*/
	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;
	
}
.zon-menu ul li a {  }
.zon-menu ul li {
		
}
.zon-menu ul ul li {
}
.zon-menu ul li:hover {  }

.zon-menu li a:hover{ color:#555 !important;  }
.zon-menu ul li a:hover{ color:#555 !important;  }
.zon-menu li:hover,
.zon-menu li.sfHover {	
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	color:#FF8B00;
}

/*** arrows (for all except IE7) **/
.top-arrows .top-with-ul {
	/*padding-left: 2.5em;
	padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.top-arrows .top-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);
}
.top-arrows > li > .top-with-ul:focus:after,
.top-arrows > li:hover > .top-with-ul:after,
.top-arrows > .sfHover > .top-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
	color:#FF8B00;
}
/* styling for right-facing arrows */
.top-arrows ul .top-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);
}
.top-arrows ul li > .top-with-ul:focus:after,
.top-arrows ul li:hover > .top-with-ul:after,
.top-arrows ul .sfHover > .top-with-ul:after {
	border-left-color: white; color:#FF8B00;
}


@media screen and (max-width: 880px) { 
	
	.zon-menu li > a { font-size:4vw;}
	.zon-menu li > ul > li a { font-size:3.5vw; }
	
}
