@CHARSET "UTF-8";

/*
.sideMenu {
	position: fixed;
	padding:0; 
	top: 209px;
	list-style-type: none; 
	width:160px;
	height: 370px;
	background-color: #eff1ea;
	border-right: 10px solid #fff;
	text-align: left;		
}
*/

#menu {
	position: fixed;
	padding:0; 
	top: 209px;
	width: 160px;
	height: 360px;
	background-color: #eff1ea;
	border-right: 10px solid #fff;
}

#menu ul {
	list-style-type: none; 
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#menu a {
	font: bold 9px/16px verdana, sans-serif;
	display: block;
	border:1px solid #e8ecef;
	border-width:0 0px 1px 0;
	margin: 0;
	padding: 2px 3px;
	color: #7d7e80;
	background: #d3e4b0;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #fdfffc;
	background: #6fa600;
	font-weight: bold;
}

#menu ul ul li:hover > a{
	color: #fdfffc;
	background: #6fa600;
	font-weight: bold;
}

#menu li {position: relative;}

#menu ul ul ul a {
	background: #bebebe;
	color: #000;
}

#menu ul ul ul a:hover {
	background: #bebebe;
	color: #000;
	font-weight: bold;
}

#menu ul ul ul {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}



#menu table{
	width:160px;
	border: none;
	}
	
#menu th {
	font-size:9px; 
	font-weight:bold;
	color:#FFFFFF; 
	background:#6FA600;
	width:160px;
	border: none; 
}

#menu td { 
	background-color: #bebebe;
	color: #000;
	font-weight: bold;
		width:160px;
		border: none;

}

#menu td > a, #menu td > a:visited {
	display:block; 
	background-color: #bebebe;
	color: #000;
	font-weight: bold;
	padding:0; 
	margin:0; 
  	width:160px;
	}
	
#menu img {
	border-style: none;
	cursor:hand
	}
	

#imprintMenu {
	position: fixed;
	text-align: center;
	color: #6fa600;	
}

#imprintMenu a:link, #imprintMenu a:visited {
	display: inline;
	color  : #7d7e80;
	background-color: #eff1ea;
  	text-decoration  : none;
}

#imprintMenu a:hover {
	font-weight: normal;	
}
