@charset "utf-8";
/* CSS Document */

.slidedoormenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px; /* width of menu (don't forget to add border with below!) */
	border-left: 8px solid #052c73; /* thick left border of menu */
}
.slidedoormenu li {
	border-bottom: 1px solid #666666 /* Gray border beneath each menu item */
}
.slidedoormenu li a {
	font: bold 13px "Lucida Grande", Verdana, sans-serif;
	display: block;
	color: #777;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.slidedoormenu li a:active {
	color: #FFF;
	background-color:#052c73;
	padding: 5px 15px 0;
	font: bold 13px "Lucida Grande", Verdana, sans-serif;
	display: block;
	width: auto;
	border-bottom: 1px solid white; 
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.slidedoormenu li a:hover {
	color: #FFF; 
	background-color:#5789c2;
	padding: 5px 15px 0;
	font: bold 13px "Lucida Grande", Verdana, sans-serif;
	display: block;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}
.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 */
}

#subnavi .slidedoormenu .aktuell{ 
	color: #FFF; 
	background-color:#052c73;
	padding: 5px 15px 0;
	font: bold 13px "Lucida Grande", Verdana, sans-serif;
	display: block;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	}
	
<!--
[if IE]> <style type="text/css"> .slidedoormenu li a { /* Menu link width value for IE */
width: 100%;
}
 <![endif]
-->
