 #ypMenu {
     height: 31px;
	  width: 100%;
     margin-left:1px;
     margin-bottom:1px;
     background: #FFFFFF url(ypMenu_02_FILES/menu_bg.gif) repeat-x top left;
     position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
}
/*
###################
#  ypMenu Styles  #
###################
 */
.mmContent {font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;}

.mmContent ul {
margin: 0px; padding: 0px;
list-style: none;
z-index:2;
position:relative; 
left:0px; top:0px;
}
.mmContent li {padding: 0px; margin: 0px;}
 
.menuBackground {position:absolute; left:0px; top:0px; z-index:1;}
 
.mmContent li a {
display: block;
color: #000000;
font-weight:normal;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
width: 190px;
padding: 5px;
padding-right: 0px;
padding-left: 10px;
text-decoration: none;
border-bottom: solid 1px #ffffff;
}

* html .mmContent li a {width: 200px;}

/**************Einstellungen Slide-out-Ebenen*********************/
.mmContent li a:link { background: #4971a5; color: #ffffff; font-size: 12px; font-weight: normal;}
.mmContent li a:visited { background: #4971a5; color: #ffffff; font-size: 12px; font-weight: normal;}
.mmContent li a:hover { background: #0c4089; color: #ffffff; font-size: 12px; text-decoration: none;}
.mmContent li a:active { background: #4971a5; color: #ffffff; font-size: 12px; font-weight: normal;}
/*Hintergrund bei vorhandenen Unterebenen*/
.mmContent li a.submenu {background: #4971a5 url(ypMenu_02_FILES/pfeil.gif) no-repeat right center;}
/*Hover-Hintergrund bei vorhandenen Unterebenen*/
.mmContent li a.submenu:hover {background: #0c4089 url(ypMenu_02_FILES/pfeil.gif) no-repeat right center;}
/******************************************************************/

/*
##########################################
#  ypMenu Styles for our belove IE 5.01  #
##########################################
*/

.mmContentb {font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;}

.mmContentb ul {
margin: 0px; padding: 0px;
list-style: none;
z-index:2;
position:relative; 
left:0px; top:0px;
}
.mmContentb li {padding: 0px; margin: 0px; }
 
.menuBackground {position:absolute;left:0px; top:0px;z-index:1;}
 
.mmContentb li a {
display: block;
width: 190px;
padding: 5px;
padding-left: 10px;
color: #ffffff;
font-weight: normal;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
text-decoration: none;
border-bottom: solid 1px #ffffff;
}

* html .mmContentb li a {width: 200px; text-decoration: none;}

/**************Einstellungen Slide-out-Ebenen*********************/
.mmContentb li a:link { background: #4971a5; color: #ffffff; font-weight: normal;}
.mmContentb li a:visited { background: #4971a5; color: #ffffff; font-weight: normal;}
.mmContentb li a:hover{ background: #0c4089; color: #ffffff; text-decoration: none;}
.mmContentb li a:active { background: #4971a5; color: #ffffff; font-weight: normal;}
/*Hintergrund bei vorhandenen Unterebenen*/
.mmContentb li a.submenu {background: #4971a5  url(ypMenu_02_FILES/pfeil.gif) no-repeat right center; font-size: 12px;}
/*Hover-Hintergrund bei vorhandenen Unterebenen*/
.mmContentb li a.submenu:hover {background: #0c4089 url(ypMenu_02_FILES/pfeil.gif) no-repeat right center; font-size: 12px;}
/******************************************************************/