/* - - - - Hauptnavi - - - - */
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	border-bottom: 1px solid #aaaaaa;
	list-style-image: none;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 12px;
}
#menu li a {
	display: block;
	color: #000000;
	text-decoration: none; 
	font-size: 13px;
}
#menu li a:hover {
	color: #234b73; 
}
#menu li .current {
	color: #234b73; 
}
#submenu {
	background-image:url(../pics/pfeil_rechts.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
#submenucurrent {
	background-image:url(../pics/pfeil_runter.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
#sub {
	margin: 0px;
	list-style-type: none;
	padding-left: 8px;
	font-weight: normal;
}
#noline {
	border-bottom: 0px solid !important;
}
/* - - - - - - - - - - - - - */