<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset --------------------------------- */
.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
	left: 0; margin: 0; width: 100%;
}
/* --------------------------------------- */
.menu li, .menu ul a {position:relative;}
.menu &gt; li {float:left;}
.menu &gt; li.floatr {float:right;}
.menu li &gt; a {display:block;}
/* --------------------------------------- */
.menu ul {
	position:absolute;
	display:none;
	width:125px;
}
.menu ul ul {
	top:0;
	left:125px;
}
.menu &gt; li.floatr &gt; ul {right:0;}
.menu &gt; li.floatr &gt; ul ul {left:-125px;}
.menu li:hover &gt; ul {display:block;}
/* mega menu ----------------------------- */
.menu .cols1, .menu .cols2, .menu .cols3, .menu .cols4, .menu .cols5 {
	position:absolute;
	display:none;
	overflow:auto;
}
.menu .cols1, .menu .col1 {width:160px;}
.menu .cols2, .menu .col2 {width:320px;}
.menu .cols3, .menu .col3 {width:480px;}
.menu .cols4, .menu .col4 {width:640px;}
.menu .cols5, .menu .col5 {width:800px;}
.menu &gt; li.floatr &gt; div {right:0;}
.menu &gt; li:hover &gt; div {display:block;}
.menu .col1, .menu .col2, .menu .col3, .menu .col4, .menu .col5 {float:left;}</pre></body></html>