@charset "utf-8";
		#nav2{
			display:none;	
		}
		#nav
		{	
			width: 88.7%;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			position: absolute;
			margin: 0 0 0 0;
			z-index: 51;
			right: 0;
		}
			#nav2 > a
			{
				display: none;
			}
			#nav li
			{
				position: relative;				
			}
				#nav li a
				{
					color: #fff;
					display: block;					
				}
			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent;
				border-bottom: none;

				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em;
			}
			/* first level */
			#nav > ul, #nav2 > ul
			{
				height: 3.5em;
				background:-webkit-linear-gradient(#648c1c, /*#94d600#67A65E,*/ #6bb540);
				background: -ms-linear-gradient(#648c1c, #6bb540);
				background: linear-gradient(#648c1c, #6bb540);
				list-style:none;
				margin:0px;
				z-index: 50;
			}
			.top-nav-item a:hover
			{
				text-decoration: none;
				font-style:  normal;
			}
			#nav ul li:hover
			{
				background-color:/*#AAD095*/#94d600;
				color:#000;	
				border-bottom:thick #AAD095 solid;
			}
			#nav ul li ul li:hover
			{
				background-color:#FFF;
				color:#000;	
				border-bottom:thick #fff solid;
			}
				#nav > ul > li
				{
					width: 12.5%;
					height: 90%;
					float: left;										
				}
					#nav > ul > li > a, #nav2 > ul > li > a
					{
						height: 100%;
						font-size: 1.2em;
						line-height: 2.5em;
						text-align: center;
						text-decoration: none;												
					}

				/* second level */
				#nav li ul
				{
					background-color: #fff; /*#AAD095#6EA94C*/;
					display: none;
					position: absolute;
					top: 112%; /*108*/
					list-style:none; 
					width: 350%;
					left: -80%;
					border-left:thin solid #464;
					border-right: thin solid #464;
					border-bottom: thin solid #464;
					opacity: .98;
					border-radius: 0px 0px 10px 10px;
				}
				#nav li ul.schoolmenu
				{
					background-color: #fff; /*#AAD095#6EA94C*/;
					display: none;
					position: absolute;
					top: 112%; /*108*/
					list-style:none; 
					width: 550%;
					left: -80%;
					border-left:thin solid #464;
					border-right: thin solid #464;
					border-bottom: thin solid #464;
					opacity: .98;
					border-radius: 0px 0px 10px 10px;
				}
					#nav li:hover ul 
					{
						display: block;
						left: 1px;
						right: 0;
						z-index:500;
						
					
					}

					#nav li:not( :first-child ):hover ul
						{
							left: -96%;
						}
					#nav > ul > li:last-child:hover ul 
						{
							position:absolute;
							left: -96%;
						}
					
					#nav li ul a
						{
							font-size: 1em;
							padding-top: 0.5em;
							padding-bottom: 0.5em;
							padding-left: 0.75em;
							width: 97.5%;
							color:#000;
							text-decoration:none;
							font-weight:normal;
						}
						.specSchool
						{
							width:24.5%; 
							float: left; 
							margin: 2px 0px 0px 0px;
							
						}
						.specSchool img{
							position:relative;
							float:left;
						}
						.schoolmenuitemname{
							font-size: 1em;
							padding-top: 0.5em;
							padding-bottom: 0.5em;
							width: 97.5%;
							color:#000;
							text-decoration:none;
							font-weight:normal;	
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a, .specSchool:hover
							{
								color: #000;
								background: #94d600;
							}
			#nav li ul.EndNavItem{
					left:auto;
					right:0;
					width: 300%;				
				}
		
		@media only screen and ( max-width: 1136px ) /* 1000 */
		{
			#nav
			{
				width: 88.7%;
				position: absolute;
				margin: 0;
				font-size: 70%;
				box-shadow:none;
			}	
			#nav > ul > li
				{
					height: auto;
										
				}
		.EndNavItem{
					right:0px;	
				}		
		
		}
		
		@media only screen and ( max-width: 760px )
		{
			#nav > ul > li > a
					{
						font-size: 100%;												
					}	
		}

		@media only screen and ( max-width: 640px ) /* 640 */
		{
			/* html
			{
				font-size: 75%; 12 
			}*/
			#nav{
				display:none;	
			}
			#nav2
			{
				position: relative;
				top: auto;
				left: auto;
				box-shadow:none;
				width: 100%;
				display: block;
			}
				#nav2 > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: /*#67A65E*/ #D89B2B;
					position: relative;
					float:right;
					margin-right:3px;
					margin-bottom:3px;
				}
					#nav2 > a:before,
					#nav2 > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav2 > a:after
					{
						top: 60%;
					}
				#nav2:not( :target ) > a:first-of-type,
				#nav2:target > a:last-of-type
				{
					display: block;
				}
			/* first level */
			#nav2 > ul
			{
				height: auto;
				display: none;
				/*position: absolute;*/
				width: 100%;
				left: 0;
				right: 0;
				float:right;
			}
			#nav2 ul li:hover, #nav2 ul li:active
			{
				/*border-bottom:none;*/
			}
				#nav2:target > ul
				{
					display: block;
				}
				#nav2 > ul > li
				{
					width: 100%;
					float: none;
					border-bottom: thin solid #cc470d;
					
				}
					#nav2 > ul > li > a
					{
						height: auto;
						text-align: left;
						font-size: 26px;
						padding: 0 0.833em; /* 20 (24) */
						width: 100%;
						color: #000;
					}
						#nav2 > ul > li:not( :last-child ) > a
						{
							border-right: none;
							
						}
				/* second level */
					#nav2 li:hover ul 
					{
						display: none;						
					}
		}
/* CSS Document */

