@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* LEFT (Vertical navigation)
------------------------------------------------------------------ */

#navigationLeft {
	float:left;
	width:170px;
}

	#navigationLeft h3 {
		padding: 10px 10px 0 10px;
	}

#navigationLeft ul {
}

#navigationLeft ul li {
	list-style:none;
	display:block;
	/*IE-fix*/
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#navigationLeft ul li a:link,
#navigationLeft ul li a:visited,
#navigationLeft ul li a:active {
	text-decoration:none;
	display:block;
	padding:5px 15px;
	color:#003e7e;
	font-weight:bold;
	margin:0;
}

#navigationLeft ul li a:hover,
#navigationLeft ul li.selected ul li a:hover {
	color:#c50c3d;
	display:block;
}

#navigationLeft ul li.selected a {
	background: url(../gfx/bullett.jpg) no-repeat left;
	font-weight:bold;
	color:#c50c3d;
}

#navigationLeft ul li ul {
	border-right: none;	
}

#navigationLeft ul li ul {}
#navigationLeft ul li ul li {
}

#navigationLeft ul li ul li a:link,
#navigationLeft ul li ul li a:visited,
#navigationLeft ul li ul li a:active {
	font-weight:normal;
	color:#003e7e;
	background:none;
	padding: 0 0 0 25px;
}

#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 {
	font-weight:bold;
	color:#c50c3d;
}