
/* ########## Service-Navigation  #########*/
#navService {
	position: absolute;
	left: 30px; top:0; 
	padding:0;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 198px;
	height: 55px;
	z-index: 70;
}

#navService li {
	width: 99px;
	height: 55px;
	position: absolute;
	display: block;
	list-style: none; 
}

#navService a {
	width: 99px;
	height: 55px;
	display: block;
	color: #000000;
 	font-weight: bold;
	text-decoration: none;
}
#naviService a.last {
	width: 99px;
}

#navService li a i { display: none; }

#m1   { left:   0px; }
#m2   { left:  99px; }
 
#m1 a   { background-position:    0px 0; }
#m2 a   { background-position:  -98px 0; }
/* ExtraReiter */
#naviService #n2 ul { left: -98px; } 

#m1 a:hover, #m1 a#aktiv, #m1 a.over {
	background-position: 0 -55px;
	color: #c3a06a;
	background-color: #ffffff;
}

#m2 a:hover, #m2 a#aktiv, #m2 a.over {
	background-position: -98px -55px;
	background-color: #ffffff;
	color: #000000;
}

#navService li ul {   /* Rahmen Untermenü */
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: -1px;
	margin: 0 0 0 1px;
	padding: 1px 0 0 0;
	width: 180px; 
	border-width: 0px 2px 2px 2px;  /* Oben Rechts Unten Links*/ 
	border-style: solid;
	border-color: #d2a971;
}

#navService li ul li a {
	line-height: 18px; /* HOEHE */
}  

/* Hintergrundfarbe Aufklappmenue, Farbe des 4px breiten linken Randes */
#navService #m1 ul  {   background-color: #d2a971; border-left: 2px solid #63502f; } /* #b22f1a */
#navService #m2 ul  {   background-color: #f8eae7; border-left: 2px solid #ffffff; } /* #b22f1a */

#navService li ul li {
	_display: inline; /* wichtig fuer IE 55*/
	border: none; 
	margin:0;
}

#navService li ul li,
#navService li ul li a {
	background-image: none;
	width: auto;
	_width: 180px; 
	position: relative;
	height: 19px; /* HOEHE */	 
	z-index: 76;
}
/* im IE MAC verstecken \*/
#navService li ul li,
#navService li ul li a {
	background-image: none;
	width: auto;
	_width: 180px; 
	position: relative;
	height: 18px; /* HOEHE */	 
	z-index: 76;
}	
/* ENDE IE MAC Hack */



#navService li ul li a,
#meta2Nav  li ul li a {
	background-color: white; 
	background-repeat: no-repeat;
	background-position: 6px 6px;
	border-left: 1px solid white;
	border-right: 1px solid white;		
}
/* IE MAC HACK - verstecken \*/
#navService li ul li a,
#meta2Nav li ul li a  {
	background-color: white; 
	background-repeat: no-repeat;
	background-position: 3px 6px;
	border-left: 1px solid white;
	border-right: 1px solid white;		
}
/* ENDE IE MAC HACK */

#naviService li ul li a:hover,
#meta2Nav li ul li a:hover {
	background-repeat: no-repeat;
	background-position: 6px 6px;
	border-left: 1px solid white;
	border-right: 1px solid white;		
}  
/* IE MAC HACK - verstecken \*/	
#navService li ul li a:hover,
#meta2Nav li ul li a:hover  {
	background-repeat: no-repeat;
	background-position: 3px 6px;
	border-left: 1px solid white;
	border-right: 1px solid white;		
}  	
/* ENDE IE MAC HACK */

/* Abstand des Menueeintrages vom linken Rand */
#navService li ul li a {  padding-left: 12px; }

#navService li:hover>ul { visibility: visible; /*display: block;*/ }
#meta2Nav li:hover>ul { visibility: visible;  }

#navService li.line, #navService li.line {
	border: 0px solid white; 
	border-top-width: 1px;
	border-bottom-width: 0px;	
	height: 1px;
	line-height:1px;
	font-size:1px;
}
