#navigation {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #000066;
	z-index: 200;
	display: block;
	overflow: visible;
	clear: both;
}
#navigation ul {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: block;
}
#navigation ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	text-align: center;
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 33px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 18px;
	padding: 8px 10px;
	white-space: nowrap;
}
#navigation ul li a:hover {
	text-decoration: none;
	background-color: #EDEDED;
}



#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:#C50F7A;
			padding: 0px 0px;
			margin: auto 0px;
			width: 100%;
			border-bottom: solid 1px #FFFFFF;
		}
		
			#navigation ul ul li a {
				padding: 4px 0px;
				margin: auto 0px;
				height: auto;
				color: #FFFFFF;
				display: block;
				font-size: 12px;
				text-decoration:none;
				
			}	
				#navigation ul ul li a:hover {
					background: #FFFFFF;
					color: #666666;
				}
		#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: 'Raleway', sans-serif;
	font-size: 24px;
	color: #333333;
	text-decoration: none;
	padding-right: 39px;
	background-image: url(../images/menu-link-black.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:center;
	display: none;
	width: 62px;
	line-height: 48px;
	margin: auto;
	cursor: pointer;
}
#mLink a {
	color: #4F007D;
	text-decoration: none;
}

#mLink a:hover {
	color: #DCDCDC;
	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) {
	#navigation ul {
	position: relative;
	width: 98%;
	}
	#navigation ul li a {
	font-size: 14px;
	padding: 8px 8px;
	margin: 0px 25px;
	}

}

@media only screen and (max-width: 1280px) {
	#navigation ul li a {
	font-size: 12px;
	padding: 8px 7px;
	}

}

@media only screen and (max-width: 1200px) {
	#mLink {
		display: block;
	}
#navigation ul {
	width: 100%;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
	border-top: solid 1px #333333;
	}
	#navigation ul li {
	white-space: nowrap;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #FFFFFF;
	}
	#navigation ul li:first-child {
	display: block;
	}
	#navigation ul li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	width: 100%;
	color: #FFFFFF;
	background-color: #FF2C04;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	display:block;
	}
	#navigation ul li > a:hover {
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	}
	#navigation ul li:hover {
	
	}
	#navigation ul ul {
	display: none;
	}

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

	#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:first-child {
			display: block;
		}
			#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;
			}			
