#NAVI {
	position: relative;
}
#NAVI a, #NAVI a:visited {
	color: var(--dark-green);
	font-weight: 400;
	font-size: 16pt;
	text-decoration: none;
	padding-bottom: 11px;
	text-transform: uppercase;
}
#NAVI ul.Menu {
	margin: 0;
	padding: 0;
	width: max-content;
	right: 0;
	position: absolute;
}
#NAVI ul.Menu li {
	list-style: none;
	display: inline-block;
	padding: 0 0 0 10pt;
	line-height: 12pt;
}
#NAVI ul.Menu li:nth-child(1) {
	border-left: none;
}



#NAVI a:hover {
	color: var(--green);
}
#NAVI a.currentpg {
	color: var(--green);
	yfont-weight: 700;
}

#NAVImobile {
	display: block;
	position: relative;
	width: 100%;
	top: 0px;
}

#NAVImobile.NAVIenabled {
display: block;
}
#NAVImobile.NAVIdisabled {
display: none;
}

#NAVImobile ul {
margin: 0;
padding: 0;
}
#NAVImobile li {
	list-style: none;
	margin-bottom: 0;
}
#NAVImobile a {
	display: block;
	padding: 9px;
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
	background-color: #000c;
	border-bottom: solid 1px #666;
	text-align: center;
	font-weight: bold;
}
#NAVImobile a.currentpg {
	background-color: #000;
}
#NAVImobile a:hover {
  background-color: #061147;
  color: #ffffff;
}
#NAVImobile ul ul li a {
  font-size: 10pt;
  font-weight: normal;
}
