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

#Menu3 {
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
}

#Menu3 li.hlA {
	color:#F00;	
}
#Menu3 li.hlB {
	color:#F00;	
	margin-top:30px;
}

#Menu3 li a, #Menu3 li a:visited {
	display: block;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4B6E90;
	font-weight:normal;
	text-decoration: none;
	background-image: url(1_media/a-arr1-re.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 3px 15px;
}

/*  hier CURRENT als hover aktiv lassen und Zeiger nicht default setzen, da wichtig wegen unterseiten */

#Menu3 li a:hover, #Menu3 li a:active {
	color: #8dc020;
}

#Menu3 li a.current {
	color: #4B6E90;
	font-weight:bold;
}

