#navigation {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: auto;
	line-height: 30px;
	text-align: center;
	z-index: 200;
	clear:both;
}
#navigation ul {
	width: 100%;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
}
#navigation ul li {
	white-space: nowrap;
	text-align: center;
	width: 100%;
	display: block;
	background-color:#FFFFFF;
	border-bottom: solid 1px #666666;
	padding-top: 9px;
	padding-bottom: 6px;
}
#navigation ul li:first-of-type {
	border-top: solid 1px #666666;
}
#navigation ul li > a {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #5EA745;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	
}
#navigation ul li > a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation ul li:hover {
	background-color:#3E6BAA;
}



#navigation ul ul {
	display: none;
}

	#navigation ul li:hover > ul {
		display: block;
	}

	#navigationx ul:after {
		content: "";
		clear: both;
		display: table;
	}
		
		#navigation ul ul {
		padding: 0px;
		margin: 0px;
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		text-align: center;
		height: auto !important;
  		overflow: visible !important;
		border-top: solid 1px #333333;
		border-left: solid 1px #FFFFFF;
		border-right: solid 1px #FFFFFF;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
		z-index: 250;
	}
		#navigation ul ul li {
			display: block;
			color: #FFFFCC;
			position: relative;
			line-height: 54px;
			background-color:#0D8613;
			padding: 0px 0px;
			margin: auto 0px;
			width: 100%;
			border-bottom: solid 1px #FFFFFF;
		}
			#navigation ul ul li a {
				padding: 0px;
				margin: auto 0px;
				height: auto;
				color: #FFFFFF;
				display: block;
				font-size: 12px;
				text-decoration:none;
				
			}	
				#navigation ul ul li a:hover {
					background: #879681;
					color: #FFFFFF;
				}
		#navigation ul ul ul {
		position: absolute;
		left: 100%;
		top: 10px;
		}
		#navigation ul ul ul li {
			font-size: 12px;
			white-space:nowrap;
		}
		#navigation ul ul ul li a {
				padding: 0px 8px;
				color: #FFFFFF;
				font-size: 12px;
			}
#mLink {
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	color: #333333;
	text-decoration: none;
	padding-right: 45px;
	background-image: url(../images/menu-link.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:center;
	display: none;
	width: 50px;
	margin: 25px auto;
}
#mLink:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;	
}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1300px) {

}
	
@media only screen and (max-width: 800px) {
	#mLink {
		display: block;
		margin: 5px auto 15px auto;
	}
	#navigation ul {
	width: 100%;
	display: none;
	}
	#navigation ul li {
	padding-top: 12px;
	padding-bottom: 9px;
	}
}

@media only screen and (max-width: 680px) {
	#navigation ul li {
	background-color:#3E6BAA;
	border-bottom: solid 1px #FFFFFF;
	}
	#navigation ul li > a {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 26px;
	}
	#navigation ul li:hover {
	background-color:#AFC5E2;
	}
	#navigation ul li:first-of-type {
	border-top: solid 1px #FFFFFF;
	}
}

@media only screen and (max-height: 500px) {
	#mLink {
		display: block;
		margin: 5px auto 15px auto;
	}
	#navigation ul {
	width: 100%;
	display: none;
	}
}			
