#nav, #nav ul {
	margin:   0px 0px 0px 0px;
	padding:  3px 0px 0px 0px;
	list-style: none;
	/*line-height: 1em;*/
	font-weight:500;
}
 
#nav a {
	text-indent: 30px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	color: #ffffff;
	background: url(../images/menu.gif) no-repeat bottom;
	line-height: 2.15em;
}

/*#nav ul a:hover {
	color: #6F482F;
	background:  url(../images/menu_press.gif) no-repeat bottom;
	font-weight:500;
	line-height: 2.15em;
}*/

#nav .over {
	background:  url(../images/menu_press.gif) no-repeat bottom;
	color: #6F482F;
	font-weight:bold;
	line-height: 2.15em;
}

#subnav .over {
	background:  url(../images/submenu.gif) no-repeat bottom;
	color: #ffffff;
	font-weight:bold;
	line-height: 2.15em;
}
 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	text-align: left;
	background-image: url(../images/alm_menu_oben.gif);
	background-repeat:no-repeat;
	width: 9.3em;
	line-height: 2.15em;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;	
	list-style-position: inside;
	width: 9.3em;
	line-height: 2.15em;
}
 
#nav li li {
	text-align: left;
	width: 9.3em;
	line-height: 2.15em;
}
 
#nav li ul a {
	/*width: 14em;
	padding-left: 1em; */
	
	text-indent: 27px;
	padding: 0px;
	background: url(../images/submenu.gif) no-repeat bottom;
	width: 9.3em;
	line-height: 2.15em;
}
 
#nav li ul ul {
	padding: 0;
	margin: -2.15em 0 0 9.3em;
}
 
#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 {
	background: #ffffff;
	color: white;
}