/* CSS Document */

.menu ul{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.menu ul li {
	position: relative;
	display: inline;
	float: left;
}


.menu ul li a {
	display: block;
	padding: 1px 8px;
	border: 1px solid #9CCB31;
	border-left-width: 1px;
	text-decoration: none;
	color: navy;
}


.menu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; 
	display: block;
	visibility: hidden;
}


/* Länge und Hintergrundfarben der verschiedenen Menupunkte */
.laenge1zelle {
	width: 70px;
	background-color: #9CCB31; 
}


.laenge2zelle {
	width: 100px;
	background-color: #9CCB31;

}


.laenge3zelle {
	width: 100px;
	background-color: #F3F3F3;	
}


.laenge4zelle {
	width: 100px;
	background-color: #F3F3F3;	
}


.laenge5zelle {
	width: 100px;
	background-color: #F3F3F3;	
}


.laenge6zelle {
	width: 100px;
	background-color: #F3F3F3;	
}


.laenge7zelle {
	width: 100px;
	background-color: #F3F3F3;
}


.laenge8zelle {
	width: 80px;
	background-color: #9CCB31;
}


.menu ul li ul li {
	display: list-item;
	float: none;
}


.menu ul li ul li ul{ 
	left: 159px; 
	top: 0;
}


.menu ul li ul li a{
	display: block;
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
	background: #FFFFFF;  
}


.untermenu1 {
	width: 130px; 
}


.untermenu2 {
	width: 130px;
}


.untermenu3 {
	width: 130px; 
}


.untermenu4 {
	width: 130px; 
}


.untermenu5 {
	width: 130px; 
}


.untermenu6 {
	width: 130px; 
}


.untermenu7 {
	width: 94px; 
}


.menu ul li a:hover {
	background-color: #FFFFFF; /* wenn man mit der maus über einen menupunkt fährt andert sich die farbe in die angegebene*/
	color: #0000FF;
	text-decoration: underline;
}


.menu .mainfoldericon{
	background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}


.menu .subfoldericon{
	background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}


* html p#iepara{ 
	padding-top: 1em;
}
	

* html .menu ul li { float: left; height: 1%; }


* html .menu ul li a { height: 1%; }