
/* CSS Document */

/* NAVIGATION LEFT*/
#navigationLeft {
	width:19.3em;
	display: block;
	margin:0; /* top right bottom left */
	padding:0; /* top right bottom left */
	font-size:95%;
}

#navigationLeft a{
	color:#00385d;
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	text-decoration:none;
	font-weight:normal;
}

#navigationLeft ul {
	width:19.3em;
	margin:0; /* top right bottom left */
	padding: 0; /* top right bottom left */
	list-style: none;
}
#navigationLeft ul li ul, #navigationLeft ul li.active ul {
	width:19.3em;
	background: #f5fafd;
	margin:0; /* top right bottom left */
	padding: 0; /* top right bottom left */
	font-weight: normal;
	list-style: none;
}

/* Level 1 */

#navigationLeft ul li{
	width:19.3em;
	background: #e2f1f9;
	height: auto;
	display: block;
	margin:0; /* top right bottom left */
	padding:0;
	text-decoration: none; 
}
#navigationLeft ul li.active {
	width:19.3em;
	background-image: url(/download/18.393d39f211f42ac4a1f800030715/linje_left.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
	height: auto;
	display: block;
	margin:0; /* top right bottom left */
	padding:0;
	text-decoration: none;
}

#navigationLeft ul li a{
	padding-bottom:0.1em;
	padding-top:0.1em;
	font-weight: normal;
	display:block;
	margin-left:1.5em;
	margin-right:0.5em;
}

#navigationLeft ul li.active a{
	font-weight: bold;
}

/* Level 2 */

#navigationLeft ul li ul li, #navigationLeft ul li.active ul li{
	width:19.3em;
	background: #f5fafd;
	height: auto;
	display: block;
	margin:0; /* top right bottom left */
	padding:0;
	width:inherit;
	text-decoration: none;
	font-weight: normal;
}


#navigationLeft ul li ul li.active {
	width:19.3em;
	background: #eaf5fa url(/download/18.393d39f211f42ac4a1f800030715/linje_left.gif); 
	background-position: top left; 
	background-repeat: repeat-y; 
}

#navigationLeft ul li ul li a, #navigationLeft ul li.active ul li a{
	display:block;
	margin-left:2.5em;
	margin-right:0.5em;
	font-weight:normal;
	padding-bottom:0.1em;
	padding-top:0.1em;
	
}

#navigationLeft ul li ul li.active a, #navigationLeft ul li.active ul li.active a{
	font-weight:bold;
}

#navigationLeft ul li ul li.haschildren{
	background-image: url(/download/18.393d39f211f42ac4a1f800033650/pil.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	font-weight:normal;
}

