 #navcontainer ul 
{
	list-style-type: none;
	float: left;
	line-height : 24px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 9px;
	padding-left : 0px;
	padding-right : 7px;

}
	
	#navcontainer  li
{
	list-style-type: none;
	float: left;
	line-height : 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	text-align : center;

	background-image : url(bilder/menhaupt.gif);
}



#navcontainer a
{
	list-style-type: none;
	float: left;
	line-height : 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	text-align : center;
	border-bottom : 1px solid  #8A4500;

		border-right : 1px solid  Black;

	background-image : url(bilder/menhaupt.gif);
}

#navcontainer li#active 
{
	list-style-type: none;
	float: left;
	line-height : 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none ;
	background-repeat : no-repeat;
	border-bottom : 1px solid  #8A4500;
	border-right : 1px solid  Black;

	background-image : url(bilder/menhaupt_bl.gif);
}
#navcontainer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none ;
	background-repeat : no-repeat;
	border-bottom : 1px solid  #8A4500;

	border-right : 1px solid  #8A4500;

	background-image : url(bilder/menhaupt_bl.gif);
}


