.slidedoormenu{
	list-style-type: none; /* width of menu (don't forget to add border with below!) */
	border-left: 8px solid #8fc96f;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

.slidedoormenu li{

}

.slidedoormenu li a{
	display: block;
	color: #030;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #FFF;
	background-image: url(../_images/menue/vstrip.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
}

.slidedoormenu li a:visited{
	color: #030;
}
.slidedoormenu #aktuell{
	display: block;
	color: #030;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #090;
	
}
.slidedoormenu li a:hover{
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
	background-image: url(../_images/menue/vstrip.gif);
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
.slidedoormenu li .current {
	background-color: #FFF;
}
