/*
###################
#  ypMenu Styles  #
###################
 */
.mmContent {
font-size: 10pt; font-family: 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: #e38700;
font-weight:normal;
font-size: 10pt;
font-family: Arial, Helvetica, Geneva, SunSans-Regular;
width: 220px;
padding: 4px;
text-decoration: none;
border-top: solid 1px #c0c0c0;
}

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

.mmContent li a:link { background: #ffffff; color: #e38700; font-size: 10pt; }
.mmContent li a:visited { background: #ffffff; color: #e38700; font-size: 10pt; }

.mmContent li a:hover{ background: #e38700; color: #ffffff; font-size: 10pt; }
.mmContent li a:active { background: #ffffff; color: #e38700; font-size: 10pt; }
/*
.mmContent li a.submenu {
background: #EAED65 url(http://steinhauer-gmbh.net/cms/fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; 
}
.mmContent li a.submenu:hover {
background: #FFFF99 url(http://steinhauer-gmbh.net/cms/fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; 
}
*/
/*
##########################################
#  ypMenu Styles for our belove IE 5.01  #
##########################################
*/

.mmContentb {
font-size: 10pt; font-family: 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: 220px;
padding: 5px;
color: #e38700;
font-weight: normal;
font-size: 10pt;
font-family: Arial, Helvetica, Geneva, SunSans-Regular;
text-decoration: none;
border-bottom: solid 1px #c0c0c0;
}

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

.mmContentb li a:link { background: #ffffff; color: #e38700;}
.mmContentb li a:visited { background: #ffffff; color: #e38700;}

.mmContentb li a:hover{ background: #e38700; color: #ffffff;}
.mmContentb li a:active { background: #ffffff; color: #e38700;}
/*
.mmContentb li a.submenu {
background: #EAED65 url(http://steinhauer-gmbh.net/cms/fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center;
font-size: 10pt;
}
.mmContentb li a.submenu:hover {
background: #FFFF99 url(http://steinhauer-gmbh.net/cms/fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; 
font-size: 10pt;
}*/