@charset "utf-8";

/*ul.menu li {float: left;}
ul.menu li a {background-repeat:no-repeat; display:block; background-position: 0px 0px; overflow:hidden;text-indent: 999em; white-space:nowrap; height:25px;}
ul.menu li a:hover, ul#navi li.current a,ul#navi li.over a {background-position:0px -30px;} */

/* CSS Document */
ul.menu, ul.menu ul {
	list-style-type: none;
}
ul.menu a {
	display: block;
	padding: 1px 10px;
	font-weight: bold;
	color: #6d90a6;
}
ul.menu a:hover {
	color: #666;
	text-decoration: none;
}
ul.menu li {
	padding: 0;
	margin: 0;
	float: left;
	background: url(../images/menu_indi.gif) no-repeat 100% 0px;
}
ul.menu .act {
	color: #666;
}
ul.menu ul li .act {
	color: #fff;
	background-color: #6d90a6;
}
/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
	float:none;
	background-color: transparent;
	background:none;
}
ul.menu ul .sub {
	background: url(../images/ico_arrow.gif) no-repeat 190px 6px;
}
ul.menu ul .sub:hover {
	background: #6d90a6 url(../images/ico_arrow.gif) no-repeat 190px 6px;
}

ul.menu ul .act_sub {
	background: #6d90a6 url(../images/ico_arrow.gif) no-repeat 190px 6px;
}
ul.menu ul .act_sub:hover {
	background: #6d90a6 url(../images/ico_arrow.gif) no-repeat 190px 6px;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu ul li.hover, ul.menu ul li:hover {
	background: #6d90a6;
}
/* Zweite Ebene */
ul.menu ul {
	margin:0;
	padding: 0;
	font-size: 0.95em;
	position: absolute;
	background-color: #9eb5c4;
	border-left: 1px solid #d4dee5;
	display: none;
	width: 200px;
}
ul.menu ul a {
	color: #fff;
	text-indent: 0em;
	height: auto;
	padding: 1px 10px;
	font-weight: normal;
}
ul.menu ul a:hover {
	color: #fff;
	text-decoration: none;
}
/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.menu li:hover ul {
	display: block;
}
/* Dritte Ebene */
ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-left: 200px; /* Breite eines Listenelements - Überlagerung */
	margin-top: -20px; /* Höhe eines Listenelements */
}
/* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
}
/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
	display: none;
}
/* Vierte Ebene anzeigen */
ul.menu li.hover ul li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul li:hover ul {
	display: block;
}

/***********************************/
#metaMenu {
	clear: both;
}
#metaMenu a{
	color: #6d90a6;
	margin-right: 10px;
	padding-left: 8px;
	background: url(../images/ico_arrow_blue.gif) no-repeat 1px 5px;
}
#metaMenu a:hover{
	color: #000;
	text-decoration: none;
}


