/*
###################
# ypMenu Styles #
###################
*/

#cMenu {
     height:31px;
     width: 708px;
     margin-left:1px;
     margin-bottom:1px;
     background: #FFFFFF url(menu_bg.gif) repeat-x top left;
     position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
} 

.mmContent {
     overflow:hidden;
     font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}

.mmContent ul {
     margin: 0px; 
     padding: 0px;
     list-style-type: none;
     z-index:2;
     position:relative;
     left:0px; 
     top:0px;
}
.mmContent li {
     list-style-type: none;
     padding: 0px; 
     margin: 0px;
}

.menuBackground {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 179px;
}

.mmContent li a:hover { 
	background:#f06c43; 
	color: #333333; 
	font-size: 10px; 
}

.mmContent li a.submenu {
	background:#D1D5E8; 
}

.mmContent li a.submenu:hover {
	background:#C3C7D9; 
}

