#nav {
width:525px;
}

ul.menuHGM2, ul.menuHGM2 ul {
    list-style-type: none;
    position:relative;
    display:inline;
}

ul.menuHGM2 a {
    display: block;
    padding: 0px;
    font-weight:normal;
}

ul.menuHGM2 ul a {
    padding: 0px;
}

ul.menuHGM2 li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
}

ul.menuHGM2 ul {
    margin-left:0;
    padding: 0px;
    position: absolute;
    border:1px solid #cccccc;
    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;
}