/* Menu makeup */
div#navi div#menu {

	height: 35px;
	width: 530px;
	position: absolute;
	padding: 0px;
}

div#navi #menu a {
	text-decoration: none;
	text-align: center;
	color: #7e7e7e;
}

div#navi #menu li {
	float: left;
	border-right: 1px solid #7e7e7e;
	color: #7e7e7e 
}

div#navi #menu li>a {
	height: 25px;
	padding: 10px 15px 0px 15px;
	font-size: 14px;
}

div#navi #menu li:hover>a {
	color: green; 
/*	height: 35px;
	padding: 10px 29px 0px 29px;*/
}
div#navi #menu li a.selected {
	color: #7e7e7e;
}

/*Ende Hauptmenü*/

/* 	we can't use 100% because LIs have margin and padding (although latter is more important) */
div#navi #menu li li {
	width: 234px;
	height: 25px;
	/*border-bottom: 1px solid white;*/
	/*font-size: 12px;*/
}


div#navi #menu li ul {
	color: #000;
	background-color: white;

	/*background-image:url(/cu/etzlstorfer/images/bg_navi.gif);
	background-repeat: repeat-x;*/
	/*Hintergrundfarbe die als Rahmen für Subnavi erscheint*/
	/*border: 1px solid #FFFFFE;
	border-width:0px 0px 0px 0px;*/
	/*Aussenrahmen der Subnavi*/
	/*
	top: 25px;
	background-color: #fff;
	background-image: url(images/iconbg.gif);
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	*/
	top: 35px;

}

div#navi #menu li ul a {
	text-align: left;
	background-color: #c4d68c;


	height: 25px; 

	/* padding-left: 5px; */
}

div#navi #menu li li.submenu {
	background-image: url(images/arrow-w.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#navi #menu li li.submenu>a {
/*	
		background: url(images/arrow-b.gif) no-repeat right;
	*/
}

div#navi #menu li li.submenu:hover>a {
	background-image: none;
}

/*
 * SUBNAVI
 */
div#subnavi #menu ul {
	padding: 5px 0px;
	margin-left: -1em;
}
div#subnavi #menu li {
	float:none;
	padding: 2px 0px;
}
div#subnavi #menu li a {
	color: #3065CF;
}
div#subnavi #menu li a:hover {
	text-decoration:none;
	color: #126942;
	font-weight: bold;
}
div#subnavi #menu li a.selected {
	color: #126942;
	font-weight: bold;
}
	
	
/*SUBSUBNAVI*/
div#subnavi-r ul {
	padding: 5px 10px;
	margin:0px;
}

div#subnavi-r a.selected {
	color: #949494;
	text-decoration: none;
}




