/*---------- navigation ----------*/


#hauptnavigation{
margin: 0;
padding: 0;
margin-left: 100px;
padding-top: 8px;
font-weight: bold;

}


#hauptnavigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
display: inline;

}

#hauptnavigation li { /* all list items */
	float: left;
	position: relative;	
}

#hauptnavigation ul li a {
display: block;
float: left;

	color: #fbe3a9;
	text-decoration: none;	
	padding: 8px 12px 5px 12px;
	
}

#hauptnavigation ul li a:hover {
	color: #fff;
background-image: url("/pictures/nav_back.jpg");
}


#hauptnavigation ul li ul li a {
	width: 140px;
-width: 160px;
	display: block;
	line-height: 16px;
	padding: 2px 10px 2px 10px;
}

#hauptnavigation ul li ul li a:hover {
	background-color: #ce1511;
	color: #fff;
}


#hauptnavigation ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 23px;
	left: 0;	
	text-transform: none;
	background-color: #000;
	border-top: none;
	width: 160px;
}

#hauptnavigation ul li ul li {
	padding: 0;
}


#hauptnavigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#hauptnavigation li:hover ul, 
#hauptnavigation li.over ul { /* lists nested under hovered list items */
	display: block;
}

#hauptnavigation ul li.active>a {
	color: #fff;
background-image: url("/pictures/nav_back.jpg");
	}
#hauptnavigation ul li ul li.active>a {
	background-color: #ce1511;
	color: #fff;
	}

/*-------- Sub Menu Colors for IE --------*/

* html #hauptnavigation ul li.active a {color: #fff;background-image: url("/pictures/nav_back.jpg");}
* html #hauptnavigation ul li.active ul li a {color: #fbe3a9;}
* html #hauptnavigation ul li.active ul li.active a {
	background-color: #ce1511;
	color: #fff;}

* html #hauptnavigation ul li a {height: 1%;}
* html #hauptnavigation ul li ul li a {height: 1%;}


/* Fix IE. Hide from IE Mac \*/
* html #hauptnavigation ul li {float: left; height: 1%;  }
* html #hauptnavigation ul li a { height: 1%;}
/* End */
