#navcontainer
{
	/*border-right: 1px solid #000;*/
	padding: 0px;
	line-height: 1.5em;
	position: absolute;
	left: 9px;
	top: 109px;
	list-style-type: none;
	width: 220px;
}
#navcontainer ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; /* Endre skriftstørrelse nivå 0 */
	line-height:35px; /* Vertikal avstand mellom menyvalgene nivå 0 */
}
.llv0
{
	background-image: url(../img/meny_skillelinje.gif); /* Skillelinje første nivå */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 10px;
}

.llv1 {
	background: url(../img/meny_bullet.gif) no-repeat 10px 6px; /* Her justeres bullet/icon vertikalt og horisontalt */
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.llv2 {
	background: url(../img/meny_bullet_2.gif) no-repeat 25px 6px; /* Her justeres bullet/icon vertikalt og horisontalt */
	margin: 0px;
	padding: 0px;
}
.llv3 {
	background: url(../img/meny_bullet_2.gif) no-repeat 40px 6px; /* Her justeres bullet/icon vertikalt og horisontalt */
	margin: 0px;
	padding: 0px;
}
#navcontainer ul .ulv1 {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; /* Endre skriftstørrelse nivå 1 */
	list-style: none;
	line-height:19px;
	padding-bottom: 10px;
}
#navcontainer ul .ulv2  {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; /* Endre skriftstørrelse nivå 2 */
	list-style: none;
	line-height:19px;
}
#navcontainer ul .ulv3  {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; /* Endre skriftstørrelse nivå 3 */
	list-style: none;
	line-height:19px;
}
#navcontainer li a
{
	margin: 0;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	font-weight: normal; /* Sett font tykkelse på nivå 0 */
}
#navcontainer li li
{	/* ARTIKKELOPPLISTING UNDER MENYVALG */
	border-bottom: 0;
	/*background: url(../Img_Sidemal/bullet.gif) no-repeat left center;*/

}
#navcontainer li li a
{
	margin: 0;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	font-weight: normal; /* Sett font tykkelse på nivå 1 */
}
#navcontainer li li li a
{
	display: block;
	padding-left: 35px;
	font-weight: normal; /* Sett font tykkelse på nivå 2 */
}
#navcontainer li li li li a
{
	display: block;
	padding-left: 50px;
	font-weight: normal; /* Sett font tykkelse på nivå 2 */
}
#cactive a  {


}
.minactive {
/*	display: none; */
}




#navcontainer a:link {
	color: #333333;

}
#navcontainer a:visited {
	color: #333333;

}
#navcontainer a:hover {
	color: #CC3300;	

}
.mart_current   {
	text-decoration: none;
	width:195px;
	color: #CC3300;	
}
#art_current {
	/* background-image:url(../img/aktivtmenyvalg.png); */
	color: #CC3300;	
}
a#art_current:link {
	color: #CC3300;	
} 
a#art_current:visited {
	color: #CC3300;	
}

