#vpnavigation, #vpnavigation ul { /* alle Listen */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:16px;
         font-weight:bold;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
         text-decoration: none;
}

#vpnavigation a {
	display: block;
	font-size:16px;
         padding-right: 22px;
         padding-left: 22px;
         line-height: 1.6em;
         color:#ffe8da;
         text-decoration: none;
         height:24px;
}

#vpnavigation a:hover {
	display: block;
         padding-right: 22px;
         padding-left: 22px;
         line-height: 1.6em;
         background-color: #2f1b0f;
         color:#FFFFFF;
         text-decoration: none;
}

#vpnavigation li { /* alle Listenelemente */
	float: left;
         line-height:1.6em;
         text-decoration: none;
         height:24px;
}

#vpnavigation li ul { /* Listen 2. Ebene */
	position: absolute;
	background-color: #723f22;
	width: 14em;
	left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
         text-decoration: none;
}

#vpnavigation li li a.daddy { /* Listenelemente mit Unterpunkten */
	background: url(./images/rightarrow.gif) center right no-repeat;
         text-decoration: none;
}

#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
	margin: -1em 0 0 10em;
         text-decoration: none;
}

#vpnavigation li:hover ul ul, #vpnavigation li.sfhover ul ul {
	left: -999em;
         text-decoration: none;
}

#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 */
	left: auto;
         text-decoration: none;
}

#vpnavigation li.activepath { /* Listenelemente, die im aktiven Pfad liegen */
	font-style: bold;
         background-color: #2f1b0f;
         color:#FFFFFF;
         text-decoration: none;
}

#vpnavigation li#active { /* Listen zur aktuellen Kategorie */
	font-style: bold;
         background-color: #2f1b0f;
         color:#FFFFFF;
         text-decoration: none;
}
