@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* LEFT (Vertical navigation)
------------------------------------------------------------------ */
#navigationLeft {
	float:left;
	width:186px;
}

	#navigationLeft h3 {
		padding: 10px 10px 0 10px;
	}

#navigationLeft ul {
	margin:0;
	margin-bottom: 150px;
	border-bottom: 2px dotted #7bb521;
}
#navigationLeft ul ul {
	border: none;
	}

#navigationLeft ul li {
	list-style:none;
	display:block;
	*display: inline;
	/*IE-fix*/
	min-height: 24px;
	height: auto !important;
	height: 24px;
	margin:0;
	padding:0;
	background:none;
	font-size: 12px;
}
#navigationLeft ul li span {
	display: none;
	height: 1px;
	line-height: 0.01em;
	font-size: 0.01em;
	overflow: hidden;
	}
#navigationLeft ul#firstLink {
	}
#navigationLeft ul li.last {
	}
#navigationLeft ul li a:link,
#navigationLeft ul li a:visited,
#navigationLeft ul li a:active {
	display:block;
	margin:0;
	border-top: 2px dotted #7bb521;
	padding:5px 7px;
	color:#7bb521;
	text-transform: uppercase;
	text-decoration:none;
}
#navigationLeft ul li.last a {
	}

#navigationLeft ul li a:hover {
	color: #666;
}

#navigationLeft ul li.selected a:link,
#navigationLeft ul li.selected a:active,
#navigationLeft ul li.selected a:visited{
	color: #666;
}

#navigationLeft ul li.selected a:hover,
#navigationLeft ul li.selected ul li.selected a:hover{
	cursor:default;
}

#navigationLeft ul li ul {
	border-right: none;	
	margin:0;
}

/* LEVEL 2 */

#navigationLeft li.selected ul {
	}
#navigationLeft li.selected li.first {
	display: none;}/*Hides first article of second level in menu*/
#navigationLeft li.selected ul li.last { 
	margin-bottom: 0;
	}
#navigationLeft li.selected li {
	min-height: 15px;
	height: auto !important;
	height: 15px;
	}
#navigationLeft ul li.selected ul li a:link,
#navigationLeft ul li.selected ul li a:visited,
#navigationLeft ul li.selected ul li a:active {
	border: none;
	color: #7bb521;
	font-size: 10px;
	padding: 2px 0 2px 25px;
}

#navigationLeft ul li.selected ul li a:hover {
	color: #666;
	cursor:pointer;
}

#navigationLeft ul li.selected ul li.selected a:link,
#navigationLeft ul li.selected ul li.selected a:active,
#navigationLeft ul li.selected ul li.selected a:visited{
	color: #666;
}

/* LEVEL 3 */

#navigationLeft ul li.selected ul li.selected ul li a:link,
#navigationLeft ul li.selected ul li.selected ul li a:visited,
#navigationLeft ul li.selected ul li.selected ul li a:active {
	font-weight:normal;
	/*border-bottom:solid 1px #E7E7E7;*/
	color:#7bb521;
	/*background:white;*/
	padding-left:35px;
	text-transform: none;
}

#navigationLeft ul li.selected ul li.selected ul li a:hover {
	color:#666;
	cursor:pointer;
}

#navigationLeft ul li.selected ul li.selected ul li.selected a:link,
#navigationLeft ul li.selected ul li.selected ul li.selected a:active,
#navigationLeft ul li.selected ul li.selected ul li.selected a:visited{
	/*background:#004C71;*/
	color: #666;	
}

/* Background image first level only
-------------------------------------------------------------------*/
#navigationLeft li a {
	background: url(../gfx/menuBullet.gif) no-repeat right top;
	}
#navigationLeft li a:hover,
#navigationLeft li.selected a {
	background: url(../gfx/menuBulletHover.gif) no-repeat right top;
	}
#navigationLeft li.selected li a {
	background-image: none;
	}
	


/* PAGENAV (1 2 3 Next, etc. Used in newsArchive and butikkmodulen)
------------------------------------------------------------------ */
.pageNav {
	float:right;
	width:auto;
	margin-right: 28px;
	font-weight:bold;
	font-size:1.2em;
}

	.pageNav ul {
	}
	
	.pageNav ul li {
		display:block;
		background-image:none;
		background:#e8f0db;
		margin:0 3px 0 0;
		padding:3px;
		float:left;
		color:#7bb521;
	}
	
	.pageNav ul li a:link,
	.pageNav ul li a:active,
	.pageNav ul li a:visited {
		color:#7bb521;
	}
	
	.pageNav ul li a:hover {
		color:#666;
		text-decoration:none;
	}
/* Sitemap
--------------------------------------------------------------------*/
.sitemapMenu li.first {
	display: none;
	}
.sitemapMenuMain li li.first,
.sitemapMenu li li.first {
	display: inline;
	}
