#navcontainer
{
	/*avoid gap after li in ie6 by setting width*/
	width: 110px;
	margin-top:10px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 20px;
	text-transform : uppercase;
	float: left;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
	display: block;
	color: #D8D8AF;
	padding: 1px 0 1px 8px;
	margin: 2px 0px 2px 0px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
	color: #C7C7C7;
	\width: 130px;
	w\idth: 114px;
}


#aktiv{
	 text-decoration:underline;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a {
	width: 106px;
	font-size: 11px;
	color: #950000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	display: block;

padding: 1px 0 1px 8px;
margin-left: 12px;
}
}

#subnavlist a
{	color: #950000;
\width: 125px;
w\idth: 106px;
}

#navlist a, #navlist a:visited,
{

color: #9C9C9C;
text-decoration: none;
}
#subnavlist a, #subnavlist a:visited{
	color: #C1B899;
	text-decoration: none;
}
#navlist a:hover, #navlist a#current:hover
{
	background : #E1E1E1;
	color: #9C9C9C;
	text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
	color: #9C9C9C;
	text-decoration: underline;
	background : #669933;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
	color: Black;
	text-decoration: none;
	background-color : #C1B899;
}

