﻿/* ***** Left NAV ***** */
div#leftNav {
	width:155px;
	line-height:1.25em;
	color:#393939;
	font-weight:normal;
	margin-bottom:10px;
	background-image:url(/images/kopparberget/left_nav_bg.jpg);
	background-repeat:repeat-y;
	margin-left:10px;
}
div#leftNavTop {
	background-image:url(/images/kopparberget/left_nav_top.jpg);
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
}
div#leftNavBottom {
	background-image:url(/images/kopparberget/left_nav_bottom.jpg);
	background-repeat:no-repeat;
	height:17px;
}
div#leftNavInfo {
	padding:0 10px 0 10px;
}
div#leftNavHeader {
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:10px 0 8px 0;
	background-image:url(/images/kopparberget/dots_puff.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}


div#leftNavInfo ul {
	padding:0;
	margin:0;
	padding-top:4px;
	list-style-type:none;
}
div#leftNavInfo li {
	padding:0 0 0 20px;
	margin:6px 0 6px 0; 
	list-style-type:none;
	background-image:url(/images/l_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
}
div#leftNavInfo li.leftSubMenu1 {
	padding:0 0 0 20px;
	margin:6px 0 6px 0;
	list-style-type: none;
	background-image: url(/images/clear.gif);
}
div#leftNavInfo a,
div#leftNavInfo a:link,
div#leftNavInfo a:active,
div#leftNavInfo a:visited,
div#leftNavInfo a:hover {
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
div#leftNavInfo a:hover {
	text-decoration:underline;
}
.leftNavActive {
	
}