  ul.hmenucontent li {
    list-style: none;
    float:left;
    position: relative;
    margin-right:5px;
  }
  * html ul.hmenucontent li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul.hmenucontent li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul.hmenucontent li ul {
    margin: 0; padding: 0;
    position: absolute;
    border:1px #1a1a1a solid;
    background-color:#333333;
    padding-left:5px;
  }
  * html ul.hmenucontent li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul.hmenucontent li ul li {
    float: none;
    display: block;
    width:120px;
    padding:5px;
    border-bottom:1px #1a1a1a solid;
  }
  
  ul.hmenucontent li ul li.last {
  	border:0;
  }

  ul.hmenucontent a {
    display:block;
    padding: 0.2em 1em;
    font-weight: bold;
    background-color: #333333;
  }
  
  * html ul.hmenucontent a {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
    /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul.hmenucontent li>ul {
    display: none; top: 1.6em;
  }
  ul.hmenucontent li:hover>ul, ul.hmenucontent  {
    display:block;
  }
  /* Workaround fuer den IE 7 */
  *:first-child+html ul.hmenucontent ul {
    background-color:#333333; padding-bottom:0.4em;
  }