/* Start of CMSMS style sheet 'Navigation' */
/* Menücontainer */
#menu_vert {
	padding: 0.2em;
	color: #FFFFFF
}

#menu_vert dfn {
	display: none;
}


/* Aktuelle Seite */
div#menu_vert ul h3 {
	display: inline;
	color: #FF8C00;
	font-family: Verdana, Arial, sans-serif; font-size: 1em; font-weight: normal;
	margin: 0; padding: 0;
}


/* Obere Ebene */
/* Listenelemente */
#menu_vert ul li {
	border-bottom: 1px dotted #EFEFEF;
	list-style: none outside;
	font-size: 1.1em; line-height: 2em;
	padding: 0 0.5em 0 0.5em;
}

#menu_vert ul li a {
	text-decoration: none;
	color: #EFEFEF;
	min-height: 1em; /* Gegen IE7 Whitespace Bug */ 
	background: transparent url(uploads/images/grafiken/fahrrad_weiss.gif) no-repeat scroll left center;
	padding-left: 35px;
}

#menu_vert ul li a:hover,
#menu_vert ul li a:active,
#menu_vert ul li a:focus {
	background: transparent url(uploads/images/grafiken/fahrrad_orange.gif) no-repeat scroll left center !important;
}

#menu_vert ul li.currentpage h3 {
	font-weight: bold !important;
	background: transparent url(uploads/images/grafiken/fahrrad_orange.gif) no-repeat scroll left center;
	padding-left: 35px !important;
}


/* Untere Ebene */
/* Listenelemente */
#menu_vert ul ul li {
	border: none;
	list-style: none;
	font-size: 90%;
	list-style: none outside;
	padding-left: 35px !important;
}

#menu_vert ul ul li a {
	background: transparent !important;
	padding-left: 0 !important;
}

#menu_vert ul ul li a:hover,
#menu_vert ul ul li a:active,
#menu_vert ul ul li a:focus {
	background: none !important;
	padding-left: 0 !important;
}

#menu_vert ul ul li.currentpage h3 {
	background: transparent !important;
	padding-left: 0 !important;
}

#menu_vert li.separator hr {
width: 100%; margin: 0; padding: 0;
border-bottom: 1px dotted #EFEFEF;
}


/* Beginn Internet Explorer Fix */
* html #menu_vert li a { height: 1%; }
/* Ende Internet Explorer Fix */
/* End of 'Navigation' */

