

.cMenu {
     height:25px;
     width: 688px;
     margin-left:0px;
     margin-bottom:0px;
     background: #0D154C  repeat-x top left;
     position: relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
}

/*
###################
# ypMenu Styles #
###################
*/
.mmContent {
     /* normale schrift definieren */
     position: relative;
	 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 {
     /* Links bzw. die slideMenü-Elemente definieren */
     display: block;
	 position:relative;
     color: #FFFFFF;
     font-weight:normal;
	 text-align:left;
     font-size: 12px;
     font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
     width: 150px;
     padding: 5px;
     text-decoration: none;
     border-bottom: solid 1px #FFFFFF; /* der rand zwischen den MenüElementen */
}

* html .mmContent li a {
     width: 160px;
     width: 160px;
}

/* */
.mmContent li a:link { background: #0D154C; color: #FFFFFF; font-size: 12px; }
.mmContent li a:visited { background: #0D154C; color: #FFFFFF; font-size: 12px; }

.mmContent li a:hover{ background: #B4B9D5; color: #FFFFFF; font-size: 12px; }
.mmContent li a:active { background: #0D154C; color: #FFFFFF; font-size: 12px; }

.mmContent li a.submenu {
background: #990000 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; }
.mmContent li a.submenu:hover {
background: #990000 url(fileadmin/scripts/ypMenu/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 {
     /* Links bzw. die slideMenü-Elemente definieren */
     display: block;
     width: 150px;
     padding: 5px;
     color: #222222;
     font-weight: normal;
     font-size: 12px;
     font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
     text-decoration: none;
     border-bottom: dotted 1px #990000; /* der rand zwischen den MenüElementen */
}

* html .mmContentb li a {
     width: 160px;
     width: 160px;
}

.mmContentb li a:link { background: #660000; color: #FFFFFF;}
.mmContentb li a:visited { background: #660000; color: #FFFFFF;}

.mmContentb li a:hover{ background: #990000; color: #FFFFFF;}
.mmContentb li a:active { background: #660000; color: #FFFFFF;}

.mmContentb li a.submenu {
     background: #EAED65 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center;
     font-size: 12px;
}
.mmContentb li a.submenu:hover {
     background: #FFFF99 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center;
     font-size: 12px;
}
