#menu     {
	margin-top: 20px;
	position: absolute;
	z-index: 200;
	width: 122px;
	margin-right: 0px;
	
}

#menu ul   {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 180;
}

#menu a   {
	color: #024c11;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	background-color: #dde7bf;
	letter-spacing: 2px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}




#menu a:hover  {
	color: #fffeff;
	background-color: #84b619;
}

#menu li    {
	position: relative;
	border-right: -1px solid #000;
	left: -2px;
	z-index: 180;
}
#menu ul li ul li   {
	position: relative;
	border-right-width: 1px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005211;
	border-left-color: #84b619;
	z-index: 180;
}
#menu ul li ul li:hover   {
	position: relative;
	border-right: 1px solid #005211;
	border-left: 7px solid #fffeff;
	z-index: 180;
}



#menu ul ul ul  {
	position: absolute;
	top: 0;
	left: 100%;
	width: 160px;
	border-left: 1px solid #005211;
	z-index: 190;
}

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;}
.linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005211;
	margin-left: -2px !important;
	margin-left: -8px;
	margin-right: 2px !important;
	margin-right: 0px;
	z-index: 35;
	position: relative;
	
}


.linie_oben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005211;
	margin-left: -5px !important;
	margin-left: 3px;
	margin-right: 4px !important;
	margin-right: -4px;
	z-index: 50;
	position: relative;
	
}
