li {
	font-family:verdana,arial,sans-serif;
         font-size:10px;
}

#menu {
	clear: both;
	width:100%;
	height: 60px;
	background-color:#fff;
	position: relative;
	line-height: 12px;

}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000000;

	font-weight: bold;

	height: 30px;
	background: url(media/topnav_bottomline.gif) repeat-x bottom left;

}
/* ie Hack */
* html #menu ul {
	height: 30px;
	overflow: hidden;
	background: url(media/topnav_bottomline.gif) repeat-x 0px 28px;
}
#menu ul a {
	color: #000000;
}
#menu ul a:hover {
	color: #FF0000;
	text-decoration: none;
}

#menu ul li {
	float: left;
	background: url(media/pipe_green.gif) no-repeat right .75em;
	width: auto;
	padding: 8px 10px 0 8px;
	/* ausgleich fuer die fehlende border */
	margin-left: -3px;
         margin-right: 5px;

	height: 19px; /* 11px fehler in firefox und safari */
}
/* ie Hack */
* html #menu ul li {


	height: 29px;
}

/* letztes element erster level */
#menu ul li.last, #menu .menu-level1-with-subpage-last {
	background: none;
}
#menu ul li.last:hover {
	background: #fff;
}


#menu ul li:hover, #menu ul li.over { /* plus ie Hack */
	color: #FF0000;
	text-decoration: none;
	border-left: 0px solid #DFDFDF;


	border-top: 0px solid #DFDFDF;
	border-right: 0px solid #DFDFDF;
	border-bottom: 0px solid #FFF;
	/* versatz fuer die ueberlagerung des pipes */

	background: #fff;
}

#menu ul li:hover a, #menu ul li.over a {
	color: #FF0000;
}


/* wegen falschem margin in ie muss noch einer davor */
#menu ul #spacerli {
	float: left;
	width: 14px;
	height: 10px;
	background: none;
	padding: 0;
	margin: 0;
}
#menu ul #spacerli:hover, #menu ul #spacerli.over   {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: default;
}

#menu ul li:hover, #menu ul li.over {
	cursor: pointer;
}


#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	z-index: 100;
}


/* 2 Ebene */

#menu ul ul {
	width: 946px; /* ie fehler */
	display: none;
	position: absolute;
	background: #fff;
	margin: 2em 0 0 -3px;
	top: 5px;
	/* das gleicht den ueberhand aus */
	border-left: 0px solid #fff;
	color: #FF0000;
	font-weight: normal;
}
/* ie 6 Hack */
* #menu ul ul {
	left: 0px;
}
/* ie 7, safari, firefox */
#menu ul ul {
	left/**/: 0px;
}

/* links 2 level */
#menu ul li ul li a {
	padding-right: 10px;

/*	border-right: 1px solid #FF0000;
*/}



#menu ul li ul li {
	float: left;
/*	background: url(media/pipe_blue.gif) no-repeat right .75em;
*/
	background: none;
	width: auto;
	/* kein ausgleich fuer die fehlende border */
	/* neu*/

	padding: 8px 0 0 8px;
	margin: 0;
	position: relative;
}

#menu ul li ul li:hover, #menu ul li ul li.over { /* plus ie Hack */
	color: #FF0000;
	background: #fff;
	border: none;
	padding: 8px 0 0 8px;
	margin: 0;
}
#menu ul li ul li.last {
	background: #fff;
}
#menu ul li ul li a:hover  {
	text-decoration: underline;
}
.pipe_blue {
	display: block;
	position: absolute;
	right: 0px;
	top: 9px;
	width: 1px;
	height: 9px;
	background: #FF0000;
	overflow: hidden; /* ie stellt ihn sonst zu hoch dar */
}







/* active Main Menu elements */
#menu .menu-level1-current-active, #menu .menu-level1-active, #menu .menu-level1-current-active-last, #menu .menu-level1-active-last {
	color: #FF0000;
	border-left: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #FFF;
	background: #fff;
	padding: 8px 10px 0 10px;
	margin: 0 0 0 -2px;
}
#menu .menu-level1-active-last {
	background: #fff;
}
#menu .menu-level1-current-active a, #menu .menu-level1-active a, #menu .menu-level1-active-last a {
	color: #FF0000;
}
#menu .menu-level1-current-active ul, #menu .menu-level1-active ul, #menu .menu-level1-active-last ul, #menu .menu-level1-current-active-last {
	display: block;
	z-index: 10;
	background: #fff;
}


/* active Main Menu elements 2nd level */
#menu .menu-level2-current-active, #menu .menu-level2-active {
	color: #FF0000;
}
#menu .menu-level2-current-active a, #menu .menu-level2-active a {
	text-decoration: underline;
}