#nav a, #nav li, #nav ol, #nav ul{text-decoration:none; list-style:none; padding:0; margin:0; }

#nav
{
	margin:0 ;
	padding: 0; 
    width: 100%;
    font-size: 18px;  
	z-index: 9999999;
}

	#nav > a
	{
		display: none;
		
	}

	#nav li
	{
		position: relative;
	}
		#nav li a
		{
    		color: #6fb8a2; ;
			display: block;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		#nav li a:active
		{
			background-color: none !important;
			colo: #FFF;
		}

	#nav span:after
	{
		width: 0;
		height: 0;
		border: 0.313em solid transparent; /* 5 */
		border-bottom: none;
		border-top-color: #D3AD2D;
		content: '';
		vertical-align: middle;
		display: inline-block;
		position: relative;
		right: -0.313em; /* 5 */
	}

	/* first level */

	#nav > ul
	{
    	padding: 20px 0;
		margin: 0;  
		width: 100%;  
		position: relative; 
	}
		#nav > ul > li
		{
			margin:0;
			float: left;
			position: relative; 
			display: inline;  
			width: 14%;
			height: 100%;
		}
		
		#nav > ul > li:nth-child(3),
		#nav > ul > li:nth-child(4)
		{ 
			width: 22%;
		}

		
		
			#nav > ul > li > a
			{
				position: relative; 
				padding: 10px 0; 
				color: #92dd77;  
				display: inline-block;  
				width: 100%;
				line-height: 25px;  
				text-decoration: none;  
				-webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
				height: 100%;
				text-align: center;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
				#nav > ul > li:not( :last-child ) > a
				{
					border-right: none;
				}
				#nav > ul > li:hover > a,
				#nav > ul > li.active > a
				{
					color: #FFF;
				}
				
			#nav > ul > li > a >span {
				line-height: 25px;
			}


		/* second level */

		#nav li ul
		{
			background-color:#FFF;
			display: none;
			position: absolute;
			top: 100%;
    		z-index: 999999;
		}
			#nav li:hover ul
			{
				display: block;
				left: 0;
				right: 0;
				width: 130%;
			}
				#nav li:not( :first-child ):hover ul
				{
					left: -1px;
				}
				#nav li ul a
				{
					background: #fff;
					height: 100%;
    				font-size: 14px;
					padding:18px 20px;
					line-height: 1.2em; /* 60 (24) */
					text-align: center;
					color: #000;
					border-top: 1px solid rgba(0,0,0,0.2);
					border-right: 1px solid rgba(0,0,0,0.2);
					border-left: 1px solid rgba(0,0,0,0.2);
					border-bottom:none;
					-webkit-transition: all 0.5s ease;
					-moz-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}
					#nav li ul li a:hover,
					#nav li ul:not( :hover ) li.active a
					{
					color:#000;
					}
					
				#nav li ul a:last-child
				{
					border: 1px solid rgba(0,0,0,0.2);
				}
@media screen and (max-width: 1050px) {  
	#nav
	{
		width: 100%;
		position: static;
		margin: 0;
	}
		#nav > ul >li >a,
		#nav > ul >ul >li > a
		{
			font-size: 12px;
		}
}

@media screen and (max-width: 640px) {  
	html
	{
		font-size: 75%; /* 12 */
	}

	#nav
	{
		position: relative;
		top: auto;
		left: auto;
			background: #021830;
	}
		#nav > a
		{
			width: 3.125em; /* 50 */
			height: 3.125em; /* 50 */
			text-align: left;
			text-indent: -9999px;
			background: #021830;
			position: relative;
		}
			#nav > a:before,
			#nav > a:after
			{
				position: absolute;
				border: 2px solid #fff;
				top: 35%;
				left: 25%;
				right: 25%;
				content: '';
			}
			#nav > a:after
			{
				top: 60%;
			}

		#nav:not( :target ) > a:first-of-type,
		#nav:target > a:last-of-type
		{
			display: block;
		}

#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
  			color: #fff;
			background: #021830;
}

	/* first level */

	#nav > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
			background: #021830;
	}
		#nav:target > ul
		{
  z-index: 999;
			display: block;
		}
		#nav > ul > li
		{
  			margin: 0;
			width: 100%;
			float: none;
		}
		
		#nav > ul > li:nth-child(2),
		#nav > ul > li:nth-child(3),
		#nav > ul > li:nth-child(4),
		#nav > ul > li:nth-child(5),
		#nav > ul > li:nth-child(6){width: 100%;}
		
			#nav > ul > li > a
			{
				height: auto;
				text-align: left;
				padding: 0.833em; /* 20 (24) */
			}
				#nav > ul > li:not( :last-child ) > a
				{
					border-right: none;
					border-bottom: 1px solid #fff;
				}


		/* second level */

		#nav li ul
		{
			position: static;
			padding: 1.25em; /* 20 */
			padding-top: 0;
		}
		
		
		#nav > ul >li >a,
		#nav > ul >ul >li > a
		{
			font-size: 16px;
		}
}



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

 
}  