  #plinks {
  height:34px !important;
  margin:0;
  padding:0;
  border:medium none;
  cursor:default !important;
  left:0;
  position:relative;
  text-align:left;
  top:0;
  width:auto;
  z-index:20000;
  }

  #plinks li {
      list-style: none;
      float: left;  /* ohne width - nach CSS 2.1 erlaubt */
      position: relative;
      font-size: 1.0em;
      line-height: 1em;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width:193px;
      height:34px;
      background: transparent url("./giordani/images/shiny_buttons/background_passive.png") repeat-x top left;
      z-index:30000;
  }
  * html #plinks li {  /* Korrektur fuer den IE 5 und 6 */
      margin: 0;
      padding: 0;
  }
  *:first-child+html #plinks li {  /* Korrektur fuer den IE 7 */
      margin: 0;
      padding: 0;
  }
/* /html/body/div/div[2]/div[3]/div/ul/li[2]/ul/li[6]/ul/li/a */
  #plinks ul li ul li ul li {
  	display: none;
  }

  #plinks li a, #plinks li.aktuell a {
    display:block;
    font-size:1em;
    height:34px;
    line-height:30px;
    margin:0;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:193px;
  }
  #plinks li a {background:transparent url("./giordani/images/shiny_buttons/background_passive.png") repeat-x scroll left top;}
  #plinks li.aktuell { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}
  #plinks li.aktuell a { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}
  #plinks li a:hover { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}
  #plinks li.passive a.udmR { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}
  #plinks li:hover a { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}
  #plinks li:hover ul { background: transparent url("./giordani/images/klappmenu_bg.gif") no-repeat bottom right;
  }
  #plinks li:hover ul li a { background: none;}


  #plinks .active-trail { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}
  #plinks .active-trail a { color: #fff;  background: transparent url("./giordani/images/shiny_buttons/background_active.png") repeat-x top left;}


  #plinks li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 27px; left: 0;
    display: none;  /* Unterprimary-links ausblenden */
  }
  * html #plinks li ul {  /* Korrektur fuer IE 5.x */
    left: 0;
    lef\t: 0;
  }
  *:first-child+html #plinks ul {  /* Workaround fuer den IE 7 */
  }
  #plinks li:hover ul {
    display: none;  /* Unterprimary-links in modernen Browsern einblenden */
  }
  #plinks li ul li {
    float: none;
    display: block;
  }

  #plinks li ul {
      width: 191px;
      height:auto;
      font-weight: normal;
      text-align:left !important;
      margin: 0;
      padding-bottom:8px;
      background: transparent url("./giordani/images/klappmenu_bg.gif") no-repeat bottom right;
  }

  #plinks li li {
    border-bottom:1px solid #fdefc4;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    text-align:left !important;
    width: 189px !important;
    height:auto;
    background:none;
  }
  #plinks li li.aktuell {
    border-bottom:1px solid #fdefc4;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    text-align:left !important;
    background: #fcc300 !important;
  }

  #plinks li li ul {
    border-top:1px solid #fff;
    display: none;
  }

  #plinks li li a {
    background: #fee182;
    color:#000 !important;
    text-align:left !important;
    height:inherit !important;
    font-weight: normal;
    font-size:93% !important;
    background-image:none !important;
    background: #fee182 !important;
    width: 169px !important;
    height:auto !important;
    line-height:18px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  #plinks li li a:focus,
  #plinks li li a:hover,
  #plinks li li a:active  {
    color:#fff !important;
    background: #fcc300 !important;
  }
  #plinks li li.aktuell a {
    background: #fcc300 !important;
    font-weight:bold;
    color:#fff !important;
  }

  #plinks a, #plinks span {
      background: transparent;
      color: #3e3d3d;
      display: block;
      font-size: 1em;
      font-weight: bold;
      margin: 0;
      padding:8px;
      text-decoration: none;
      width: auto;
      height:18px;
      text-align:center;
    }
