#back		{
	position: absolute; 
	z-index: 2;  
	top:   0px; 
	left:  0px;
	height: 378px;
	width: 218px;
	background-image: url("../bilder/menue_hintergrund.gif");
}

#backlasche	{
	position: absolute; 
	z-index: 2;  
	top: 378px; 
	left:  0px;
	height: 31px;
	width: 218px;
	background-image: url("../bilder/lasche_unten.gif");
}

#nav {
	z-index: 5;
 	position:absolute;
 	width:100%;
 	padding-top:29px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
  
#nav li {
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	padding-left: 40px;
	margin: 0px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: white;
	background-color: inherit;
	font-size: 12px;
	line-height: 35px; 
	font-weight: normal;
	height: 0px;
}

#nav a:hover, #nav a:focus {
	font-weight: bold;
}

#nav li.active a {
	padding-left: 71px;
	line-height: 63px;
	color: #ffbd3d;
	background-color: inherit;
	font-weight: bold;
}

#leistungen a {background: url('../bilder/Menu-1.gif') no-repeat;}
#leistungen a:hover ,#leistungen a:focus {background: url('../bilder/Menu-1_h.gif') no-repeat;}
#leistungen.active a, #leistungen.active a:hover, #leistungen.active a:focus {background: url('../bilder/Menu-1_m.gif') no-repeat;}

#produkte a {background: url('../bilder/Menu-2.gif') no-repeat;}
#produkte a:hover ,#produkte a:focus {background: url('../bilder/Menu-2_h.gif') no-repeat;}
#produkte.active a, #produkte.active a:hover, #produkte.active a:focus {background: url('../bilder/Menu-2_m.gif') no-repeat;}

#kundenservice a {background: url('../bilder/Menu-3.gif') no-repeat;}
#kundenservice a:hover ,#kundenservice a:focus {background: url('../bilder/Menu-3_h.gif') no-repeat;}
#kundenservice.active a, #kundenservice.active a:hover, #kundenservice.active a:focus {background: url('../bilder/Menu-3_m.gif') no-repeat;}

#webshop a {background: url('../bilder/Menu-4.gif') no-repeat;}
#webshop a:hover ,#webshop a:focus {background: url('../bilder/Menu-4_h.gif') no-repeat;}
#webshop.active a, #webshop.active a:hover, #webshop.active a:focus {background: url('../bilder/Menu-4_m.gif') no-repeat;}

#unternehmen a {background: url('../bilder/Menu-5.gif') no-repeat;}
#unternehmen a:hover ,#unternehmen a:focus {background: url('../bilder/Menu-5_h.gif') no-repeat;}
#unternehmen.active a, #unternehmen.active a:hover, #unternehmen.active a:focus {background: url('../bilder/Menu-5_m.gif') no-repeat;}

#kontakt a {background: url('../bilder/Menu-6.gif') no-repeat;}
#kontakt a:hover ,#kontakt a:focus {background: url('../bilder/Menu-6_h.gif') no-repeat;}
#kontakt.active a, #kontakt.active a:hover, #kontakt.active a:focus {background: url('../bilder/Menu-6_m.gif') no-repeat;}

#nav li ul {
	display: none;
}

#nav li.active ul {
	display: block;
	padding: 0;
	margin: 0;
}

#nav li.active li a {
	background: url('../bilder/SubMenu.gif') no-repeat;
	padding-left: 15px;
	line-height: 28px;
	color: white;
	background-color: inherit;
	font-weight: normal;
}

#nav li.active li a:hover, #nav li.active li a:focus {
	background: url('../bilder/SubMenu.gif') no-repeat;
	font-weight: bold;
}

#nav li.active li.last a {
	background: url('../bilder/SubMenuLast.gif') no-repeat;
	line-height: 29px; 
}
#nav li.active li.last a:hover, #nav li.active li.last a:focus {
	background: url('../bilder/SubMenuLast.gif') no-repeat;
	font-weight: bold;
}

#nav li.active li a.active {
	color: #ffbd3d;
	background-color: inherit;
	font-weight: bold;
}

html>body #nav a:link, #nav a:visited {
	height:auto;
}