#navigation {
	position: relative;
	/* width: 100%;
	margin-top: 45px;
	line-height: 30px; */
	color: #333333;
	text-align: right;
	z-index: 100;
}
#navigation ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: block;
	
}
#navigation ul li {
	display: inline;
	width: 14%;
	white-space: nowrap;
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navigation ul li a {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	color: #CC0000;
	text-decoration: none;
	margin-left: 35px;
	margin-right: 35px;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #999999;
}
#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 #666666;
	border-left: solid 0px #666666;
	border-right: solid 0px #666666;
	border-bottom: solid 1px #666666;
	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: 16px;
	background-color:#6A995E;
	padding: 0px 0px;
	margin: 0px;
	width: 100%;
}
#navigation ul ul li a {
	padding: 5px 0px;
	margin: 0px;
	height: 24px;
	color: #FBE19E;
	display: block;
	font-size: 14px;
	text-decoration:none;
				
}	
#navigation ul ul li:hover {
	background: #879681;
	color: #FFFFFF;
}
#mLink {
	font-family: 'Cantarell', sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	padding-right: 39px;
	background-image: url(../images/menu-link-red.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	text-align:center;
	line-height: 28px;
	display: none;
	width: 45px;
	margin: auto;
	cursor: pointer;
}
#mLink:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	cursor: pointer;	
}
		
	
@media only screen and (max-width: 1200px) {
	#navigation {
	margin-top: -35px;
	}
	#navigation ul li > a {
	line-height: 38px;
	margin-left: 25px;
	margin-right: 25px;
	}

}
@media only screen and (max-width: 1000px) {
	#mLink {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	}
	#navigation {
	margin-top: 0px;
	display: block;
	}
	#navigation ul {
	position: absolute;
	top: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
	background-color: #EDEDED;
	border-top: 1px solid #000000;
	z-index: 100;
	}
	#navigation ul .largeLink {
	display: block;
	}
	#navigation ul li {
	display: block;
	width: 100%;
	white-space: nowrap;
	margin: 0px 0px;
	padding: 10px 0px;
	background-color: #EDEDED;
	border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	}
	#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #CC0000;
	text-decoration: none;
	display: block;
	}
	#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	#navigation ul li:hover {
	background-color: #999999;
	}
}		
