.top-menu * { font-size:var(--FontSize1p1); text-align:center; }
.top-menu {
	/*display: flex;*/
	text-align:left;
	
}
.top-menu, .top-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-menu>li {
	position: relative;
	display:inline-table
}
.top-menu ul  {  }
.top-menu ul li {
	
}
.top-menu ul {
	display: flex; width:100%;
	position: absolute;
	display: none;
	top: 130%; width:100%;
	right: 0; left:0; margin:auto;
	z-index: 99;
	background:#fff;
}
.top-menu > li {
	 
}
.top-menu li:hover > ul,
.top-menu li.sfHover > ul {
	display: block;
}

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


.top-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em;
}
.top-menu a {
	padding: .75em 0 0.5em 1.5em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}


.top-menu .lnsmm { display:none; width:10px; height:10px; background:red;   }



.mmpage li a, .mmpage li > ul > li a { color:var(--SbMenuPageTx);; }
.mmpage li > ul > li a:hover { color:var(--SbMenuPageTx_hov); }
.mmpage.activmenu { }
.mmpage.activmenu > a { font-weight: bold !important; color:var(--LogoClr) !important; }
	.mmpage ul li { background:var(--SbMenuPageBg); }
	.mmpage ul ul li { background:var(--SbMenuPageBg); }	
	
	
	
	.mmhome li a, .mmhome li > ul > li a { color:var(--SbMenuHomeTx); }
	.mmhome li > ul > li a:hover { color:var(--SbMenuHomeTx_hov); }
	.mmhome li:hover,
	.mmhome li.sfHover {
		border-top:2px solid #fff; border-radius:5px; 
		-webkit-transition: none;
		transition: none;
	}
		
	.mmhome ul li { background:var(--SbMenuHomeBg); }
	.mmhome ul ul li { background:var(--SbMenuHomeBg); }
	
	
	.mmhome.activmenu { }
	.mmhome.activmenu > a { font-weight: bold !important; color:#fff !important; }
	
	
	
	

	


.activmenu > ul li * { border-top:0px; }



.top-menu ul li {
	/*background: #BDD2FF;*/
	white-space: wrap; /* no need for Supersubs plugin */
	/*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s; 
}
.top-menu ul * { text-align:right; }





/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	
	padding-left: 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%;
	left: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 7px solid transparent;
	border-top-color: #000; 
}
.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: #000; /* 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-right-color: #555; 
}
.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-right-color: #000;
}

.sf-arrows ul li:hover .sf-with-ul { color:#000; }






@media (max-width:980px){
	.top-menu { flex-direction: column; }
	.top-menu ul { 	position: relative;	top: 0; }
	.top-menu li { 	display:table; width:100%; }
	.top-menu ul ul { top:0; right:0; }
}

