ul.menuHGM2, ul.menuHGM2 ul {
    list-style-type: none;
}

ul.menuHGM2 a {
    display: block;
    padding: 3px 1px;
    font-weight:normal;
}

ul.menuHGM2 ul a {
    padding: 0 10px;
}

ul.menuHGM2 li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: #FFF9E4;
    float:left;
}

ul.menuHGM2 ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #ffffff;
    border:1px solid #cccccc;
    display:none;
    min-width:160px;
}

/* IE-Hack fur die Breite */
*html ul.menuHGM2 ul {
    width:160px;
}

/* Dies sind die Klassenstile fur das Untermenu wenn sich die Maus */
/* uber der Liste  befindet (.hover siehe JavaScript oben) */
ul.menuHGM2 ul.hover, ul.menuHGM2 li.hover ul, ul.menuHGM2 li:hover ul  {
    display:block;
}

ul.menuHGM2 ul li {
    float:none;
    background-color: transparent;
}