/*
###################
#  ypMenu Styles  #
###################
 */
.mmContent {
font-size: 11px; 
font-family: Tahoma, 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: #ffffff;
font-weight:normal;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
width: 170px;
padding: 5px;
text-decoration: none;
border-bottom: solid 1px white;
}

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

.mmContent li a:link { background: #AACFE2; color: #426B87; font-size: 11px; }
.mmContent li a:visited { background: #AACFE2; color: #426B87; font-size: 11px; }

.mmContent li a:hover{ background: #D4E7EF; color: #426B87; font-size: 11px; }
/*.mmContent li a:active { background: #EAED65; color: #426B87; font-size: 11px; }*/



.mmContent li a.submenu {
background: #AACFE2 url('images/pfeil.gif') no-repeat 170px 8px !important;
/*background-position: right center;*/
}

.mmContent li a.submenu:hover {
background: #D4E7EF url('images/pfeil.gif') no-repeat 170px 8px !important;
}
/*
##########################################
#  ypMenu Styles for our belove IE 5.01  #
##########################################
*/


.mmContentb {
font-size: 11px; 
font-family: Tahoma, 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: 170px;
padding: 5px;
color: #ffffff;
font-weight: normal;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
border-bottom: solid 1px white;
}

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

.mmContentb li a:link { background: #AACFE2; color: #426B87;}
.mmContentb li a:visited { background: #AACFE2; color: #426B87;}

.mmContentb li a:hover{ background: #D4E7EF; color: #426B87;}
/*.mmContentb li a:active { background: #AACFE2; color: #426B87;}*/

.mmContentb li a.submenu {
background: #AACFE2 url('images/pfeil.gif') no-repeat 170px 8px  !important;
}

.mmContentb li a.submenu:hover {
background: #D4E7EF url('images/pfeil.gif') no-repeat 170px 8px  !important;
}
