#vpnavigation {
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
}
  
#vpnavigation ul { /* alle Listen */
	margin: 0px; padding: 0px;
	border: none;
	background-color: white;
	width: 175px;
}

#vpnavigation a {
	display: block;
	height: 19px;
	padding: 2px;
	text-decoration: none;
	border: 0px solid white;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #293f70;
	text-indent: 0px;
	background: url(../upload/bilder/dotted_line_navi.gif) repeat-x;
}

#vpnavigation a:hover, #vpnavigation a.sfhover {
	border: none;
	font-weight: bold;
	color: #293f70; 
	background-color: #DDDDDD;
}

html ul#vpnavigation a {
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	width: 175px;  /* Breitenangabe fuer IE 6 */
}

html ul#vpnavigation li ul li a {
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	width: 175px;  /* Breitenangabe fuer IE 6 */
}
  
#vpnavigation li { /* alle Listenelemente */
	list-style: none;
	margin: 0px; padding: 0px;
}

#vpnavigation li ul { /* Listen 2. Ebene */
	margin: 0 0 0 0px; padding: 0px;
}

#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
	margin: 0em 0 0 0em;
}

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

#vpnavigation li:hover ul ul, #vpnavigation li.sfhover 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 */
	left: auto;
}

#vpnavigation li.activepath { /* Listenelemente, die im aktiven Pfad liegen */
	font-weight: bold;
}

#vpnavigation li#active { /* Listen zur aktuellen Kategorie */
	display:block;
	width: 175px;
	font-weight: bold;
	background-color: #DDDDDD;
}


