/*
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/


		#nav
		{
			
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			margin-top:10px;
			
			/*position: absolute;
			top: 25%;
			left: 50%;
			margin-left: -30em; /* 30 480 */
			/*width: 60em;  1000 */
			
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #6c5445;
					display: block;
					text-decoration:none;		
					text-shadow: 1px 1px #fff;
					text-transform:uppercase
				}
				#nav li a:active
				{
					background-color: #c00 !important;
				}

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

			/* first level */

			#nav > ul
			{
				height: 3.25em; /* 60 */
				z-index:1000;
				/*background-image:url(../img/egypt-nav-bg.jpg);
				background-repeat:repeat-x;*/
				padding-left:0px;
				margin-bottom:-10px;
			}
				#nav > ul > li
				{
					width: 25%;
					height: 100%;
					float: left;
					z-index:1000;
					list-style:none
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.4em; /* 24 */
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
						transition: all 0.5s ease 0s;
						padding:0px 4px;
						background: rgba(146, 85, 84, .20);
						/*border-right:1px solid #b89f41;
						border-left:1px solid #d2b761*/
					}
					
						#nav > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #740303;
							border-left: 1px solid #8f1818;*/
							margin:0px 11px;
						}
						#nav > ul > li:hover > a,s
						#nav > ul:not( :hover ) > li.active > a
						{
							transition: all 0.5s ease 0s;
							color:#cb420b;
							background: rgba(255, 255, 255, .50) !important;
							/*background-image:url(../img/egypt-nav-bg-hov.jpg);
							background-repeat:repeat-x*/
						}


				/* second level */

				#nav li ul
				{
					background-color: #738e15;
					display: none;
					position: absolute;
					top: 100%;
				}
					#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.25em; /* 20 */
							border-top: 1px solid #647e09;
							padding: 0.75em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #4c5a0d;
								transition: all 0.5s ease 0s;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
				font-size:75%
			}
		}

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

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				background: rgba(0, 0, 0, .10);
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background: rgba(0, 0, 0, .20);
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #474747;
						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;
			}
				#nav:target > ul
				{
					display: block;
					
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					padding-left:0
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
						width:100%;
						background: rgba(255, 255, 255, .70);
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							/*background: rgba(255, 255, 255, .90);*/
							margin-left:0;
							border-bottom:1px solid #bfa242
							/*border-bottom: 1px solid #8caa20;*/
						}


				/* second level */

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


/*
	RESPONSIVENESS
*/

@media screen and (max-width: 40em), screen and (max-height: 40em) /* 640 */
{
	#ad,
	#meta
	{
		display: none;
	}
}

.navMenuTxt {
	float:right;
	margin-left:20px;
	margin-top:-35px;
	margin-right:130px;
	font-weight:bold;
	color:#6c5445;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:16px
	}
.brdrLftNone {
	border:none;
}