<!--@import url("../../webfonts/db_helvethaica_x_55_reg/stylesheet.css");
tab-to-dropdown-->
/* nav */
.nav {
	position: relative;
	margin: 20px 0;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #000;	/*display: inline-block;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-transform: uppercase;
	line-height: 1;
}
.nav a {
	padding: 3px 22px 3px 10px;
	text-decoration: none;
	color: #999;
	display:block;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/arrow-current.png);
	background-repeat: no-repeat;
	background-position: right 8px;	/*border-radius: 5px;*/
}

.tiggle-invisible {
	display:none;
}

/* right nav 
.nav.right ul {
	text-align: right;
}*/

/* center nav 
.nav.center ul {
	text-align: center;
}*/

@media screen and (max-width: 992px) {
	.nav {
		position: relative;
		min-height: 40px;
	}
	
	.nav ul {
	width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #aaa;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	background-color: #fff;
	background-image: url(icon-menu.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	}

	.nav li {
	display: none; /* hide all <li> items */
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}
	


	/* on nav hover */
	.nav.showNav {
		background-image: none;
	}
	
		.nav.showNav ul{
		background:none;
		background-color: #fff;
	}
	.nav.showNav li {
		display: block;
		margin: 0 0 5px;
	}
	.nav.showNav .current {
	background-image: url(icon-check.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	}

	/* right nav
	.nav.right ul {
		left: auto;
		right: 0;
	} */

	/* center nav 
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}*/
	
	.nav li.tiggle-invisible {
	/*background-color: #CCC;*/
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display:block;
	cursor:pointer;
}
	
	.nav.showNav li.tiggle-invisible {
		display:none;
}
	
}


