
#navigation a, a:visited, a:active
{
	color: White;
	text-decoration: none;
	height: 30px;
}

#navi_top_level {
	padding: 0 0 0 0;
	position: absolute;
	right: 30px;
	text-decoration: none;
	margin: 0;
	color: gray;
	top: 101px;
}
	*html #navi_top_level {
	top: 101px;
}

	#navi_top_level li{
	list-style: none;
	float: right;
	position: relative;
	width: 150px;
	height: 30px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
}
#navi_top_level li:hover{
	display: block;
	color: white;
}
#navi_top_level #active_link{
	background: url("../images/style/active_tab.gif") no-repeat bottom;
	width: 150px;
	height: 30px;
}
#navi_top_level #inactive_link{
	background: url("../images/style/inactive_tab.gif") no-repeat bottom;
	width: 150px;
	height: 30px;
}
#navi_top_level #active_link a{
	color: white;
}
#navi_top_level #inactive_link a{
	color: grey;
}
#navi_top_level #inactive_link a:hover{
	color: white;
}

#navigation
	{
	 background: url("../images/style/navi_bar.gif") repeat-x center;
	 width: 98%;
	 padding: 0 30px 0 0;
	 margin: 0 0 0 0;
	text-decoration: none;
	 height: 30px;
	 position: absolute;
	 top: 131;
}
	*html #navigation{
	 	width: 100%;
	}
#navigation li
	{
	 list-style: none;
    float: right;  
    position: relative;
	 width: 150px;
	 height: 30px;
	 text-align: center;
    	background: url("../images/style/buttons.gif") no-repeat left;
}
	*html #navigation li
	{
		width: 150px;
	}
	#navigation li:hover a
	{
		display: block;
    	background: url("../images/style/buttons.gif") no-repeat center;
	}
	#navigation li:hover #navi_sub_1
	{
		display: block;
	}
	/*zweite Ebene*/
	#navi_sub_1
	{
	display: none;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 150px;
}
 *html #navi_sub_1{
 		left: 0px;
 }
	#navi_sub_1 li
	{
		position: relative;
		float: none;
		list-style-type: none;
	}
	#navi_sub_1 li:hover #navi_sub_2
	{
		display: block;
   }
	#navi_sub_1 li:hover a
	{
		display: block;
	 background: url("../images/style/buttons.gif") no-repeat right;
   }
	/*dritte Ebene*/
	#navi_sub_2
	{
	display: none;
	position: absolute;
	top: 0px;
	right: 150px;
	width: 150px;
	}
	*html #navi_sub_2
	{
		left: 0px;
	}
	#navi_sub_2 li
	{
		position: relative;
		margin-bottom: 0px;
		list-style-type: none;
	}
	#navi_sub_2 li:hover #navi_sub_3
	{
		display: block;
   }
	#navi_sub_2 li:hover a
	{
		display: block;
	   background: url("../images/style/buttons.gif") no-repeat center;
   }
	/*vierte Ebene*/
	#navi_sub_3
	{
	display: none;
	position: absolute;
	top: 0px;
	right: 150px;
	width: 150px;
	}
	*html #navi_sub_3
	{
		left: 179px;
	}
	#navi_sub_3 li
	{
		position: relative;
		margin-bottom: 0px;
		list-style-type: none;
	}
	#navi_sub_3 li:hover #navi_sub_4
	{
		display: block;
   }
	#navi_sub_3 li:hover a
	{
		display: block;
	   background: url("../images/style/buttons.gif") no-repeat right;
   }
	/*fünfte Ebene*/
	#navi_sub_4
	{
	display: none;
	position: absolute;
	top: 0px;
	left: 150px;
	width: 150px;
	}
	*html #navi_sub_4
	{
		left: 179px;
	}
	#navi_sub_4 li
	{
		position: relative;
		margin-bottom: 0px;
		list-style-type: none;
	}
	#navi_sub_4 li:hover #navi_sub_5
	{
		display: block;
   }
	#navi_sub_4 li:hover a
	{
		display: block;
	   background: url("../images/style/buttons.gif") no-repeat center;
   }
	/*sechste Ebene*/
	#navi_sub_5
	{
	display: none;
	position: absolute;
	top: 0px;
	left: 150px;
	width: 150px;
	}
	*html #navi_sub_5
	{
		left: 179px;
	}
	#navi_sub_5 li
	{
		position: relative;
		margin-bottom: 0px;
		list-style-type: none;
	}
	#navi_sub_5 li:hover #navi_sub_6
	{
		display: block;
   }
	#navi_sub_5 li:hover a
	{
		display: block;
	   background: url("../images/style/buttons.gif") no-repeat right;
   }
	/*siebte Ebene*/
	#navi_sub_6
	{
	display: none;
	position: absolute;
	top: 0px;
	left: 150px;
	width: 150px;
	}
	*html #navi_sub_6
	{
		left: 179px;
	}
	#navi_sub_6 li
	{
		position: relative;
		margin-bottom: 0px;
		list-style-type: none;
	}
	#navi_sub_6 li:hover a
	{
		display: block;
	   background: url("../images/style/buttons.gif") no-repeat right;
   }