@charset "utf-8";


		#nav
		{
	font-family: serithairegular;
	margin-left: 12%;
		}

			#nav > a
			{
	display: none;
	font-family: serithairegular;
			}

			#nav li
			{
	position: relative;
	z-index: 9999;
			}
				#nav li a
				{
	color: #000099;
	display: block;
	text-decoration: none;
	list-style-type: none;
				}
				#nav li a:active
				{
	background-color: #37516A;

				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
	background-color: #0054a6;
	position: relative;
	z-index: 9999;
			}
				#nav > ul > li
				{
	width: auto;
	height: auto;
	float: left;
	list-style-type: none;
	margin-right: 7%;
	margin-bottom: 1%;
	margin-left: 7%;
				}
					#nav > ul > li > a
					{
	height: 100%;
	font-size: 1.2rem; /* 60 (24) */
	text-align: center;
	list-style-type: none;
	font-family: serithairegular;
	color: #0072bc;
	font-weight: normal;
					}
						#nav > ul > li:not( :last-child ) > a
						{

						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
	color: #8dc63f;
						}


				/* second level */

				#nav li ul
				{
	background-color: #000000;
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
	font-size: 1.5em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: serithairegular;
	width: 60%;
	margin-left: 2em;
	list-style-type: none;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
	background-color: #5185BE;
							}
.box-menu #nav ul .menu-none {
	display: none;
}

		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
			#nav > ul > li
				{
	width: auto;
	height: auto;
	float: left;
	list-style-type: none;
	margin-right: 7%;
	margin-bottom: 1%;
	margin-left: 7%;
				}
		}

		@media only screen and ( max-width: 42em ) /* 480 */
		
		{

.box-menu #nav ul .menu-none {
	display: inline;
}

			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
	position: relative;
	top: auto;
	left: auto;
			}
				#nav > a
				{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #5185BE;
	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;
				}


			/* first level */

			#nav > ul
			{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 20px;
			}
				#nav:target > ul
				{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
				}
				#nav > ul > li
				{
	width: 85%;
	float: none;
	margin-bottom: 10px;
				}
					#nav > ul > li > a
					{
	height: auto;
	text-align: left;
	font-size: 5vw;
	color: #FFF;
	padding-left: 10px;
					}
						#nav > ul > li:not( :last-child ) > a
						{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
						}


				/* second level */

				#nav li ul
				{
	position: static; /* 20 */
	padding-top: 0;
	padding-right: 1.25em;
	padding-bottom: 1em;
	padding-left: 1.25em;
				}
		}
