

#nav, #nav ul, #nav li {
	/*width:auto;
	list-style: none;
	line-height: 1em;
	background: transparent;
	color: #BC0A4F;
	margin: 0 0 1em 0;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	z-index:10;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

/*BEGIN: FIRST LEVEL DEFINITION*/
#nav a {
	display: block;
	color:#487300 ;
	text-decoration: none;
	padding: 0.25em 0em;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#nav a:hover {
	color:#BB0A4E;
	background: transparent;
}
/*END: FIRST LEVEL DEFINITION*/


/*BEGIN: LINK DEFINITION*/ 
#nav li {
	float: left;
}
/*END: LINK DEFINITION*/ 

/*Linke sub-box*/
#nav li ul {
	position: absolute;
	left: -999em;
	/*min-height: 171px;*/
	font-weight: normal;
	background: url(/fileadmin/templates/img/bg_submenu.jpg) repeat-x left bottom;
	background-color: #fff;
	border: 1px solid #fff;
	width: 18.5ex;
	height: 171px;
}
/*Linke sub-box*/

/*text in sub-boxen*/
#nav ul li {
clear: left;
}
/*text in sub-boxen*/

/*link-formatierungen in sub-boxen*/
#nav ul li a {
	padding-left: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #7c8872;
	background: url(/fileadmin/templates/img/arrow_passive.gif) no-repeat 1em 0.6em;
	/*padding-right: 1em;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
	/*margin-right: 11em;*/
	display: block;
	width: 12.25em;
	font-weight:normal;
	z-index:10;
}

#nav ul li a:hover {
	color: #bc0a4f;
	background: url(/fileadmin/templates/img/arrow_active.gif) no-repeat 1em 0.6em;
	z-index:10;
}
/*link-formatierungen in sub-boxen*/


#nav li ul ul {
	position: absolute;
	min-height: 171px;
	/*min-width: auto;*/
	font-weight: normal;
	background: url(/fileadmin/templates/img/bg_submenu.jpg) repeat-x left bottom;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 9.85em;
	*margin-left: 9.35em;
	margin-top: -1.55em;
	width: 28ex;
	*width: 29ex;
	z-index:10;
}

#nav li ul ul a {
	width: 16.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
}
