#vpnavigation_top {
    font: normal 12px Verdana, Helvetica, Arial, sans-serif; 
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}
#vpnavigation_top ul { /* alle Listen */
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}
#vpnavigation_top li { /* alle Listenelemente */
    display: inline;
    float: left;
    padding: 0px 0px 0px 0px;
}
#vpnavigation_top li ul { /* Listen 2. Ebene */
    position: absolute;
    background: #294171;
    width: 190px;
    left: -999em;
}
#vpnavigation_top li:hover ul, #vpnavigation_top li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */
    left: auto;
}
#vpnavigation_top li li {
    height: 24px;
    float: none;
    display: block;
}
#vpnavigation_top li a {
    display: block;
}
#vpnavigation_top li li a {
    text-decoration: none;
    border: 1px solid white;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 18px;
    display: block;
    color: white;
    text-indent: 10px;
    padding: 3px;
}
#vpnavigation_top li li a:hover, #vpnavigation_top li li a.sfhover {
    background-color: #e1e1ed;
    color: #294171;
    font-weight: bold;
}
#vpnavigation_top li ul ul { /* Listen 3. Ebene und weiter */
    display: none;
}
