
#menu {
	width: 980px;
	height: 105px;
	margin: 0 auto;
}


#nav {
	width: 100%;
	height: 15px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0 0 1em 0;
	margin: 0;
	padding: 0;
	list-style: none;

}
 
#nav a {
	display: block;
	width: 122px;
	/*height: 32px;*/
	padding: 12px 0 12px 0;
	background: url(../images/img02.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#nav a:hover {
	background-image: url(../images/img03.jpg);
}

#nav .active {
	padding-top: 35px;
}

#nav .active a {
	height: 26px; /*test*/
	padding-top: 13px;
	background-image: url(../images/img04.jpg);
	color: #327EBE;
}
	
#nav .active ul li a {
	color:#FFFFFF;
}
	
#nav .active a:hover {
	background-image: url(../images/img04.jpg);
}

#nav a.menuparent  {
	/*background: url(arrow.gif) no-repeat 90% 40%;*/
}
 
#nav li {
	float: left;
	display: block;
	float: left;
	width: 122px;
	padding: 40px 0 0 0;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	height: auto;
	font-weight: normal;
	/*border-width: 0.25em;*/
	margin: 0;		
} 
 
#nav li li {
	width: 150px;
	height: 35px;
	padding: 0;
}
 
#nav li ul a,
#nav li ul a.level2,
#nav li ul ul a.level2 {
	width: 150px;
	padding-left: 1em;
	height: 35px;
	line-height:10px;
	background: url(../images/button.jpg) no-repeat;
	text-align: left;
}

* html #nav li ul a,
* html #nav li ul a.level2 {
	padding-top: 0;
	height: 35px;
	line-height:35px;
}

#nav li ul a:hover,
#nav li ul a.level2:hover {
	width: 150px;
	padding-left: 1em;
	height: 35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

#nav li ul a.level2-menuparent {
	width: 150px;
	height: 35px;
	padding-top: 0;
	background: url(../images/button.jpg) no-repeat;
	line-height:35px;
}

#nav li ul a.level2-menuparent:hover {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

#nav li ul .activesub a.level2-menuparent,
#nav li ul ul .activesub a.level2 {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonactsub.jpg) no-repeat;
}



#nav li ul .activesub a.level2-menuparent:hover {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

#nav li ul .activesub a,
#nav li ul ul .activesub a.level2 {
	width: 150px;
	height: 35px;
	line-height:10px;
	background: url(../images/buttonactsub.jpg) no-repeat;
}

* html #nav li ul ul .activesub a.level2 {
	line-height:35px;
}

#nav li ul .activesub a:hover {
	width: 150px;
	height: 35px;
	line-height:10px;
	background: url(../images/buttonhover.jpg) no-repeat;
}

* html #nav li ul .activesub a:hover {
	width: 150px;
	height: 35px;
	line-height:35px;
	background: url(../images/buttonhover.jpg) no-repeat;
}
 
#nav li ul ul {
	margin: -35px 0 0 150px;
}
 
#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: white;
	color: white;*/

}












  ul#nav {
    margin: 0; padding: 0;
  }

  ul#nav li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
	left:-2px;
  }

  *:first-child+html ul#nav li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -4px;
  }

  ul#nav li ul {
    display: none;  /* Unternav ausblenden */
  }

  *:first-child+html ul#nav ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0px;
  }
  ul#nav li:hover ul {
    display: block;  /* Unternav in modernen Browsern einblenden */
  }
  ul#nav li ul li {
    float: none;
    display: block;
    margin-bottom: 0px;
  }

  ul#nav a {
    display: block;
    width: 122px;  /* Breite den in li enthaltenen Elementen zuweisen */
    text-decoration: none; 
    padding: 12px 2px;
  }
  
  ul#nav li ul li{
    padding: 0px 2px;
  }
      
  ul#nav li ul li:hover ul{
    display: block;  /* Unternav in modernen Browsern einblenden */
    top:35px;
  }
  

