/***************** Navigation oben ******************/
/**
 *	Menu Styles
 */
.mmContent {
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: bold;
}
* html .mmContainer {
	background-image: url(../img/clear.gif);
}

.mmContent ul {
	margin: 0px; padding: 0px;
	list-style: none;
	z-index:2;
	left:0px; top:0px;
	border-bottom: none;
	background-color: #FFFFFF ;

}
.mmContent li {
	padding: 0px; margin: 0px;
 	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}
 
.menuBackground {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
}

/*.mmContent li a steht inline*/

* html .mmContent li a {
	width: 157px;
}

.mmContent li a:link { 
	color: black;
}
.mmContent li a:visited { 
	color: black;
}


