#nav
		{
	width: 1000px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: static;
	font-size: 11px;
	text-decoration: none !important;

	
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			 	z-index: 9999;
			}
				#nav li a
				{
					color: #fff;
					display: block;
				}
				#nav li a:active
				{
					background-color: #fff !important;
				}

			#nav span:after
			{
			 
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #ccc;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}






		@media only screen and ( max-width: 1000px )  
		{
			#nav
			{
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		position: static;

		}
	
		}


@media only screen and ( max-width: 890px )  
{
			
			html
			{
				font-size: 75%; /* 12 */
			}


			#nav
			{
	max-width:35px;
	float:right;
	z-index: 9999;
	margin-top:-120px;
 
			}
			
#nav > a
{
	width: 25px; /* 50 */
	height: 25px; /* 50 */
	text-align: left;
	text-indent: -9999px;
	position: relative;

	background-image:url('../images/sapphire-menu-bg.png');
	background-repeat:repeat-x;
 
	}

 
				
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						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;
	right: 10px;
	top: 50px;
	float: left;
	z-index: 9999;
	background-color: rgba(235,241,248,1);

	

			}
				#nav:target > ul
				{
					display: block;
 
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
 
				}
					#nav > ul > li > a
					{
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
 
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #ccc;


						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
 
				}

/* alt kategorilerin fontları  */
  #nav li ul li a
	{
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	}
							
 #nav li ul li a:hover,
 #nav li ul:not( :hover ) li.active a
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}
/* alt kategorilerin fontları  */ 
 
}



@media only screen and ( max-width: 600px )  
{
			

			#nav
			{
	max-width:35px;
	float:right;
	z-index: 9999;
	margin-top:-80px;
 
			}
			
}
 
