ul.menuHGM2, ul.menuHGM2 ul {
    list-style-type: none;
}

ul.menuHGM2 a {
    display: block;
    font-weight: normal;
    font-size: 11px;
    color: white;
    text-decoration: none;
}

/*Abstand der Menupunkte in der 2 Ebene vom Rand*/
ul.menuHGM2 ul a {
    padding: 5px;
    
}

ul.menuHGM2 ul a:hover {
    background-color: orange;
}

ul.menuHGM2 li {
    padding: 0;
    margin: 0;
    background-image: none;
    float: left;
}

ul.menuHGM2 ul {
    margin-left:0;
    padding: 0px;
    position: absolute;
    background-color: #06336c;
    border: 1px solid white;
    border-top: none;
    display:none;
    min-width:160px;
}

/* IE-Hack für die Breite */
*html ul.menuHGM2 ul {
    width:160px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über 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;
}