@charset "utf-8";
#nav
			{
	position: relative;
	clear: both;
	top: auto;
	left: 0;
	width: 100%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: none;
	border-top-color: #67B6D7;
	border-right-color: #67B6D7;
	border-bottom-color: #67B6D7;
	border-left-color: #67B6D7;
	border-top-style: none;
	background-color: #707070;
	z-index: 9999;
	margin: 0px;
	padding: 0px;
			}
				#nav > a
				{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #707070;
	position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
	position: absolute;
	border: 2px solid #FFFFFF;
	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;
	margin: 0px;
	padding: 0px;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
	width: 100%;
	float: none;
	background-color: #7F7E80;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
				}
					#nav > ul > li > a
					{
	height: auto;
	text-align: left;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
	padding-left: 1em;
	padding-bottom: 1em;
	font-size: 1.5em;
					}
						#nav > ul > li:not( :last-child ) > a
						{
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-color: #FFF;
						}


				/* second level */

				#nav li ul
				{
	position: static; /* 20 */
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
				}
		}
