      <strong>CSS-code ( fileadmin/templates/style2/class.css ) für das ypMenu und für den DIV mit der ID cMenu</strong>
      #cMenu {
           height:31px;
           width: 708px;
           margin-bottom:1px;
           background: #FFFFFF url(menu_bg.gif) repeat-x top left;
           position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
      }
	  #cRoot{
           width: 100%;
           background: #FFFFFF;
           position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
      }
      #path {
           height:15px;
           width: 98%%;
		   color: #483D8B;
           margin-bottom:1px;
		   padding: 6;
		   z-index:0;
           position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
      }
      #path A {
		color: #483D8B;
		text-decoration: none;
		}
      /*
      ###################
      # ypMenu Styles #
      ###################
      */
      .mmContent {
           /* nrmale schrift definieren */
           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;
           color: #222222;
           font-weight:normal;
           font-size: 12px;
           font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
           width: 150px;
           padding: 5px;
           text-decoration: none;
           border-bottom: solid 1px #CCCCCC; /* der rand zwischen den MenüElementen */
      }
      * html .mmContent li a {
           width: 160px;
           width: 160px;
      }
      /* */
      .mmContent li a:link { background: #EAED65; color: #222222; font-size: 12px; }
      .mmContent li a:visited { background: #EAED65; color: #222222; font-size: 12px; }
      .mmContent li a:hover{ background: #FFFF99; color: #222222; font-size: 12px; }
      .mmContent li a:active { background: #EAED65; color: #222222; font-size: 12px; }
      .mmContent li a.submenu {
      background: #EAED65 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; }
      .mmContent li a.submenu:hover {
      background: #FFFF99 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: solid 1px #CCCCCC; /* der rand zwischen den MenüElementen */
      }
      * html .mmContentb li a {
           width: 160px;
           width: 160px;
      }
      .mmContentb li a:link { background: #EAED65; color: #222222;}
      .mmContentb li a:visited { background: #EAED65; color: #222222;}
      .mmContentb li a:hover{ background: #FFFF99; color: #222222;}
      .mmContentb li a:active { background: #EAED65; color: #222222;}
      .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;
      } 