ul {
	list-style-type: none;
	font-family: Acens;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-weight:bold;
}

.level1 {
	font-size: 12pt;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 5px;
}

.level2 {
	font-size: 10pt;
	text-indent: 10px;
}

#menu3 {
	width: 100%;
	border: 1px solid black;
	background-color: yellow;
	margin-bottom: 20px;
}

#menu3 a {
	color: black;
	text-decoration: underlined;
}

#menu3 a:hover {
	color: black;
	text-decoration: none;
}



#nav a:hover {
	background-image:url(../data/nav_hover.gif);
	background-repeat: no-repeat;
}

#nav .menuimg {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 0px;
	padding: 0px;
}

/* "Aktivpic" vorne dran stellen */
#nav a .menuimg { 
	visibility:hidden;
} 
#nav a:hover .menuimg {
	visibility:visible;
}

/* Menulinks */ 
#nav a {
	display: block;
	width:100%;
	color: white;
	text-decoration: none;
}

* html #nav a {
	display: inline;
}