#vpnavigation { /* alle Listen */ 
    font-family: verdana, arial, helvetica, sans-serif; font-size:22px; text-decoration: none; font-weight: normal;
    text-transform: uppercase;    /* capitalize, lowercase */
    letter-spacing: -2px;
    padding-top:0px;
    float: left;
    width: 32.7em;
    display: block;
} 

#vpnavigation ul  { /* alle Listen */ 
    list-style: none;
    z-index: 99; 
    margin:0; padding:0;
    margin-left: 0px;
} 

#vpnavigation a { 
    display: block; 
/*  width: 113px; */
    padding-left:11px; 
    padding-right:11px; 
    color: #999999; text-decoration: none;
} 

#vpnavigation a:hover { 
    color: #000000;
/*  background-color: #EEEEEE;   */
} 

li#active a { color: #000000; }


#vpnavigation li { /* alle Listenelemente */ 
    float: left; 
} 

#vpnavigation li ul { /* Listen 2. Ebene */ 
    position: absolute; 
    float: left;
    display: block;
    padding: 0;
    left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */ 
} 

#vpnavigation ul li ul li { /* Listen 2. Ebene Textblock */ 

} 
#vpnavigation ul li ul li a{ /* Listen 2. Ebene Textblock */ 
    padding-left:5px;
    padding-right:5px;
} 

#vpnavigation li li a.daddy { /* Listenelemente mit Unterpunkten */ 
/*  background: url(../images/rightarrow.gif) center right no-repeat; */
} 



#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */ 
    margin: -1em 0 0 10em; 
} 

#vpnavigation li:hover ul ul { 
    left: -999em; 
} 



#vpnavigation li:hover ul, #vpnavigation li li:hover ul, #vpnavigation li.sfhover ul, #vpnavigation li li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */ 
    font-size: 0.65em;
    letter-spacing: -1px;
    text-transform: capitalize;    /* uppercase, lowercase */
    left: auto;
    margin-left: 10px;
}


#vpnavigation li#active { /* Listen zur aktuellen Kategorie */ 
    font-style: normal!important; 
/*  background-color: #EEEEEE; */
} 

#vpnavigation li li#active { /* Listen zur aktuellen Kategorie */ 
    font-style: normal!important; 
    background-color: #EEEEEE; 
} 

#vpnavigation li.activepath ul, 
#vpnavigation li#active ul { 
    font-size: 0.65em;
    letter-spacing: -1px;
    text-transform: capitalize;    /* uppercase, lowercase */
    left: auto;
    margin-left: 10px;
}

