#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 130px;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top:70px;
text-align: left;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
	
	border-bottom: 1px solid #235071;
	text-align: left;
	display: block;
	color: White;
	padding: 2px 0 2px 8px;
}

/*  background-image: url(images/menu.gif);boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 130px;text-align: left;	}

#navlist a
{
 text-align: left;
border-top:1px solid #FFF;
\width: 135px;
w\idth:135px;
}

#subnavlist a
{
	display: block;
	color: #3D3D3D;
	padding: 2px 0 2px 8px;
	margin-left: 29px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist a, 
{
	
	text-decoration: none;

	text-align: left;
	color: White;
	text-decoration: none;
}
#navlist a:visited
{
	text-align: left;
	color: White;
	text-decoration: none;

}
#subnavlist a, #subnavlist a:visited{
	text-align: left;
	color: White;
	text-decoration: none;
}

#navlist a:hover
{
	text-decoration: underline;
	background: Maroon;
	color: White;
}
 #navlist a#current:hover
{
	text-decoration: underline;
	color:white !important;
}
#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
	color: white;
	text-decoration: underline;
}



 a#subcurrent,a#current, a:visited#subcurrent
{
	background: white;
	color: black !important;
	text-decoration: none;
}
.aktiv{
	background-color: White !important;
	color: white !important;
}
