 /* Set up the default styles */
.menu {
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	width:940px;
	height:50px;
	position:relative;
	margin: 8px 0 0;
}

/* get rid of the default padding - margin and bullets */
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
	float:left;
	position:relative;
}

/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:126.5px;
	height:1.5em;
	font-weight:bold;
	color:#888;
	border-bottom:8px solid #888;
	background:#fff;
	padding-left:5px;
	line-height:24px;
	margin-right:2px;
}

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#000;
	border-bottom:8px solid #B22222;
}

/* style the drop down menu links when class aktuell */
.menu ul li div.aktuell {
	color:  #B22222;
	/* #E85F15 */
	border-bottom:8px solid #B22222;
	width:126.5px;
	display:block;
	padding-left:5px;
	margin-right:2px;
	line-height:24px;
	font-weight:bold;
}
