ul#Navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #999;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
	overflow: visible;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#Navigation li {
	background-color: #666;
	float: left;
	width: 12em;
	font-size: 1.4em;
	border-right: 1px solid #bbb;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	overflow: visible;
	height: 2.5em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#Navigation li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

ul#Navigation li a:hover:not(.active) {
	background-color: #0C6;
}

ul#Navigation li:last-child {
	border-right: none;
	margin-right: 0.2em;
	float: right;
}



ul#Navigation .active {
	background-color: #4CAF50;
	cursor: default;
}
ul#Navigation li:hover ul {
	display: block;
	z-index: 1000;
	background-color: rgb(0,0,0);
}
ul#Navigation li[disabled]:hover ul {
	display: none;
	z-index: 1000;
}
ul#Navigation li ul li {
	float: left;
	color: #FFF;
	background-color: #333;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 2.0em;
	position: relative;
	padding-top: 0.7em;
	clear: left;
	text-align: left;
	padding-left: 0.6em;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#Navigation li ul li:hover {
	float: left;
	color: #FFF;
	background-color: #0C6;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 2.0em;
	position: relative;
	padding-top: 0.7em;
	clear: left;
	text-align: left;
	padding-left: 0.4em;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#Navigation li ul {
	position: relative;
	left: 2px;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: none;
	top: 0px;
	padding: 0px;
}
ul#Navigation li:hover{
	border-color: white;
	z-index: 1000;
	overflow: visible;
}