/* YPslideOutMenue css-file ######################### */
#header-menue {
   font: bold 11px Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
   color: #957c54;
   line-height : 160%; 
   font-weight : normal;
   line-height : 2.2;
   text-align: center;
   height:auto;
   overflow:hidden;
   width: 100%; 
}
#header-menue a {
   font: bold 11px Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
   color: #957c54;
}
 #header-menue a:hover {
   color: #957c54;
   background: #C3EA77; 
}
#header-menue ul {
list-style-type : none;
  margin-right : 0;
  padding : 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align:right;
  display:inline;
}
#header-menue li {
  display : inline;
  margin : 0;
  padding : 0;
}
#yymenu a {
  padding: 4px;
  text-decoration: none;
  display: block;
/*  color: #ffffff; */
   font-weight : normal;
  color: #957c54;
  margin: 0px;
  border-bottom: solid 1px #FFffff;
/*  background: #8594a0; */
  background: #ffffe8;
  font: bold 11px Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}
#yymenu a.last {
  border-style: none;
}
#yymenu  {
  background: #2e3e4b;
}
#yymenu a:hover {
  color: #2D4200;
  background-color: #C3EA77;   
}
.mmLevel1, .mmLevel2, .mmLevel3{
  padding-top:0px;
  margin-bottom:10px;
  border: 2px solid #8594a0;
}
#yymenu .sub {
  background-image: url(arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
