/* Position des Menus festlegen */
	
#menue {
			z-index:9999;
			position: absolute; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			background: #FFFFFF;
			color: #221d5a;
			top: 153px;
			left: 30px;
			width:700px; 
			filter: Alpha(Opacity=80); /*funktioniert nur im IE */
			opacity: 0.8;
	}

#menue table { width:100%; }

#menue td { border:solid 1px #F3B310; }


#positionmenue {
	position: absolute;
	background:url(../../jpg/menue/kurbelwelle.gif) no-repeat ;
	text-align: center;
	padding-bottom: 180px;
	top: 0px;
	left: 0px;
	}
	
/* äußerer div gestalten*/
#menu1 {position:relative; margin-top: 4px; margin-left:-2px; z-index:10;}
#menu2 {position:relative; margin-top: 33px; margin-left: 4px; z-index:7;}
#menu3 {position:relative; margin-top: 20px; margin-left:-5px; z-index:6;}
#menu4 {position:relative; margin-top: 26px; margin-left:-10px; z-index:5;}
#menu5 {position:relative; margin-top: 25px; margin-left:-8px; z-index:4;}
#menu6 {position:relative; margin-top: 38px; margin-left:-8px; z-index:3;}
#menu7 {position:relative; margin-top: 25px; margin-left:-5px;  z-index:2;}
#menu8 {position:relative; margin-top: 30px; margin-left:-5px;  z-index:1;}
#menu9 {position:relative; margin-top: 23px; margin-left:-10px;  z-index:1;}

/* style the links for the top level */
#menu1 a, #menu1 a:visited,
#menu2 a, #menu2 a:visited,
#menu3 a, #menu3 a:visited,
#menu4 a, #menu4 a:visited,
#menu5 a, #menu5 a:visited,
#menu6 a, #menu6 a:visited,
#menu7 a, #menu7 a:visited,
#menu8 a, #menu8 a:visited,
#menu9 a, #menu8 a:visited
			{
			text-align:	center; 
			text-decoration: none; 
			text-transform: uppercase; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold; 
			filter: Alpha(Opacity=80); /*funktioniert nur im IE */
			opacity: 0.8;
			color:#fff; 
			border: 0px;
			display: block;
			width: 120px;
			}

/* style the level hovers */
/* first */ 
 
#menu1 a:hover,
#menu2 a:hover,
#menu3 a:hover,
#menu4 a:hover,
#menu5 a:hover,
#menu6 a:hover,
#menu7 a:hover,
#menu8 a:hover,
#menu9 a:hover
{color: #ff9902; /*background: #fff;*/}

/* --------------------------------------------- alles für IE ----------------------------------------------- */

/* style the level hovers */
/* first */
* html #menu1 a:hover,
* html #menu2 a:hover,
* html #menu3 a:hover,
* html #menu4 a:hover,
* html #menu5 a:hover,
* html #menu6 a:hover,
* html #menu7 a:hover,
* html #menu8 a:hover,
* html #menu9 a:hover
{color: #ff9902; position: absolute;}
