		#nav
		{
			float:left; width:100%;
		}

			#nav > 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; /* 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
			{
				float:left; width:100%;
			}
				#nav > ul > li
				{
					float: left;
				}
					#nav > ul > li > a
					{
						font-size: 14px; font-family:"Lucida Sans", sans-serif; color:#fff;
						font-weight:bold;
					}

				/* second level */

				#nav li ul
				{
					background: url(../images/dropdown-bg.html) repeat-x scroll 0 0 #193367;
					display: none;
					position: absolute;
					width:250%;
					z-index:10;
					border-radius:0 0 10px 10px; padding:20px 0px;
				}
				#nav li ul li{
					margin-left:5%; border-bottom:1px solid #34518C; border-top:1px solid #0C214A;
					width:83%; padding:0 10px;
				}
				#nav li ul li:first-child{
					border-top: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: 14px; font-family:"Lucida Sans", sans-serif;
							padding: 10px 0 10px 2px; color: #fff; 
						}
							
		@media only screen and ( max-width: 900px )
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media ( max-width:645px )
		{
			#nav
			{
				
				top: auto;
				left: auto;
			}
				#nav > a{
					width: 100%;
					height: 2.6em;
					text-align: left;
					text-indent:0px;
					position: relative;
				}
					#nav > a:before{
						float:left;
						top: 0%;
						background:#e57706 url(../../nardrousintel/img/nav-bg.png) no-repeat center center;
						left: 25%;
						right: 25%;
						content: '';
						
					}
					#nav > a:after
					{
						position: absolute;
						border: 0px solid #fff;
						top: 0%;
						left: 0%;
						right: 0%; width:100%; text-align:center;
						content: ''; color:#fff; font-size:20px;
						
					}
					#nav > a:after
					{
						top: 0%;
					}

				#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;
			}
				#nav:target > ul{
					display: block; z-index:10; background:#2f247d; margin-top:93px;
				}
				#nav > ul > li{
					width: 49%; 
					float: left; border-top: 1px solid #3a2f89; border-left:1px solid #3a2f89;
				}
				#nav > ul > li:nth-child(1){
					background:url(../img/mh-bg.png) no-repeat 9.333333333333333% center; 
				}
				#nav > ul > li:nth-child(2){
					background:url(../img/ma-bg.png) no-repeat  9.333333333333333% center; 
				}
				#nav > ul > li:nth-child(3){
					background:url(../img/mt-bg.png) no-repeat 9.333333333333333% center;  border-bottom:1px solid #3a2f89;
				}
				#nav > ul > li:nth-child(4){
					background:url(../img/ms-bg.png) no-repeat 9.333333333333333% center; border-bottom:1px solid #3a2f89;
				}
				#nav > ul > li:nth-child(5){
					background:url(../img/mc-bg.png) no-repeat 9.333333333333333% center; border:none;
				}
					#nav > ul > li > a{
						padding: 15px 0px 15px 25.33333333333333%;
					}
						#nav > ul > li > a > ul{
							display:none;
							
						}


				/* second level */

				#nav li ul{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
					width:195%; float:right;
				}
		}
		@media only screen and ( max-width:550px ){
			#nav > ul > li{
				width:100%; padding-left:0px;
			}
			#nav > ul > li:first-child{
				width:100%; padding-left:0px;
			}
		`}

