/* Navigation styling */
.nav, .navigation {
	position:relative;
}
#logo-scroll {
	display: none;
}
.navigation {
	/*clear: both;*/
	width: 99%;
	z-index: 1;
	margin: 0px auto 0px;
	display: block;
	text-align: center;
}
.nav {
	/*float:right;*/
	clear: right;
	display: block;
}

/* Mobile Navigation */
.nav-mobile {
	display: none;
	cursor: pointer;
	position:absolute;
	top: -15px;
	right:-2px;
	float: none;
	background:#191970 url(images/menyknapp.jpg) no-repeat center center;
	height:47px;
	width:49px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.dimmed {
	color: #191970;
	background: #e3ecff url(../pics/design/listdel2b.gif);
}
.menualt {
	display: none;
}
.navcontent {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 310px) and (max-width: 764px) {
	.nav-open-subnav {
		margin-right:4px;
	}
	.nav-mobile {
		display:block;
	}
	.nav-list {
		display:none;
	}
	.nav-item a {
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
}

