/* -----------------------------------
Basic rules
----------------------------------- */



/* -----------------------------------
Navigation
----------------------------------- */

.nav ul

{
     margin: 0;
	 padding: 0;	
	 width: 13em;
	 display: block;
	 list-style: none;
	 line-height: 1;
	 font-size: 12px;
}

#nav li {display: inline;}

#nav a
{   
	display: block;
	padding: .5em;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#nav-toggle
{
	position: absolute;
	top: 411px;
	left: 8px;
	visibility: visible;
	z-index: 80;
	width:109px;
	display: block;
	padding: .5em .5em .5em 40px;
	color: #fff;
	background-color: #DCBFBF;
	background-image: url(image/responsive-nav.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#nav a:focus {background-color: black; }
#nav a:active {background-color: red; }



/* -----------------------------------
Predefined
----------------------------------- */

.js #nav
{
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

#nav.opened { max-height: 9999px; }


/* -----------------------------------
Navigation wide screen
----------------------------------- */

@media (min-width: 55em)

{
	.js #nav { position: absolute; }
	.js #nav.closed { max-height: none; }
		

#nav-toggle { display: none; }



#nav {font-size: 12px;
    position: absolute;
	top: 95px;
	left: 0px;
	visibility: visible;
	z-index: 80;
	width:200px;
}

#nav
	{
		overflow: hidden;
		zoom: 1;
		background-color: #fff;
	}


}
