<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



.menunav{height: 50px;background: rgba(13,162,111,0.8);}

nav {
	width: 1180px;
	margin: 0 auto
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.dropdown {
	position: relative;
	width: 100%
}

ul.dropdown li {
	font-weight: 700!important;
	float: left;
	width: 180px;
	position: relative;
	border-right: 1px solid #34a981;
}

ul.dropdown a:hover {
	color: #000
}

ul.dropdown li a {
	display: block;
	padding: 0px 8px;
	color: #fff;
	position: relative;
	z-index: 2000;
	text-align: center;
	text-decoration: none;
	font-weight: 300!important;
	height: 50px;
	line-height: 50px;
	font-size: 16px!important;
}

ul.dropdown li a:hover,ul.dropdown li a.hover {
	background: #222;
	position: relative;
	color: #fff;
	
}

ul.dropdown ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	z-index: 1000
}

ul.dropdown ul li {
	font-weight: 400;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #34a981;
	
}

ul.dropdown ul li a {
	display: block;
	color: #fff!important;
	background: #3cb48b!important;
	height: 40px;
	line-height: 40px;
	
}

ul.dropdown ul li a:hover {
	display: block;
	background: #222!important;
	color: #fff!important;
	border-right:none;
}

.drop&gt;a {
	position: relative
}

.drop&gt;a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 40%;
	border-left: 5px solid transparent;
	border-top: 5px solid #333;
	border-right: 5px solid transparent;
	z-index: 999
}

.drop&gt;a:hover:after {
	content: "";
	border-left: 5px solid transparent;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent
}</pre></body></html>