 #ypMenu {
     height:32px;
     width: 100%;
     background-color:#0094D5;
     position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
}
/*
###################
#  ypMenu Styles  #
###################
 */
.mmContent {font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.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: #E3E5E6;
font-weight:normal;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
width: 150px;
padding: 5px;
text-decoration: none;
border-bottom-width:0px;
}

* html .mmContent li a {width: 160px;}

/**************Einstellungen Slide-out-Ebenen*********************/
.mmContent li a:link { background: #0094D5; color: #E3E5E6; font-size: 12px; }
.mmContent li a:visited { background: #0094D5; color: #E3E5E6; font-size: 12px; }
.mmContent li a:hover { background: #0094D5; color: #E3E5E6; font-size: 12px; }
.mmContent li a:active { background: #0094D5; color: #E3E5E6; font-size: 12px; }
/*Hintergrund bei vorhandenen Unterebenen*/
.mmContent li a.submenu {background: #0094D5 url(pfeil.gif) no-repeat right center;}
/*Hover-Hintergrund bei vorhandenen Unterebenen*/
.mmContent li a.submenu:hover {background: #0094D5 url(pfeil.gif) no-repeat right center;}
/******************************************************************/

/*
##########################################
#  ypMenu Styles for our belove IE 5.01  #
##########################################
*/

.mmContentb {font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.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: 150px;
padding: 5px;
color: #E3E5E6;
font-weight: normal;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
border-bottom-width:0px;
}

* html .mmContentb li a {width: 160px;}

/**************Einstellungen Slide-out-Ebenen*********************/
.mmContentb li a:link { background: #0094D5; color: #E3E5E6; }
.mmContentb li a:visited { background: #0094D5; color: #E3E5E6; }
.mmContentb li a:hover{ background: #0094D5; color: #E3E5E6; }
.mmContentb li a:active { background: #0094D5; color: #E3E5E6; }
/*Hintergrund bei vorhandenen Unterebenen*/
.mmContentb li a.submenu {background: #0094D5  url(pfeil.gif) no-repeat right center; font-size: 12px;}
/*Hover-Hintergrund bei vorhandenen Unterebenen*/
.mmContentb li a.submenu:hover {background: #0094D5 url(pfeil.gif) no-repeat right center; font-size: 12px;}
/******************************************************************/
