#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
}
#nav ul a {
	height: 1%;
}
#nav ul li {
	float: none;
}
#nav ul ul {
	top: 0;
}
#nav ul {
	width: 250px;
		
}
#nav ul ul {
	left: 131px;
}


/* Everything else is theming */
#nav {
	
}
#nav *:hover {
	
}

#nav a {
	border-right: 1px solid white;
	color: white;
	border-style: solid;
	border-width: 0;
	padding: 6px 32px 4px 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
	font: bold 13px 'News Gothic MT', Arial, Helvetica, sans-serif;
	color: #CC3B3D;  /* rot */
	background: #FAAF6D; /* beige */
	border-right: 1px solid #CC3B3D;  /* rot */
}

#nav a:hover {
	background: #CC3B3D;  /* rot */
	color: #ffffff;  /* weiss */
}

#nav a.on {
	background: #CC3B3D;  /* rot */
	color: #ffffff;  /* weiss */
}



/* level 2 dropdown */

#nav li.hover a {

}
#nav ul {
	top: 26px;
}
#nav ul li a {

	
}

#nav ul li a.on {
	background: #be0c0e;  /* rot */
	color: #ffffff;  /* weiss */
	
}
#nav ul li a:hover { /* 2.navi alle over */

}


#nav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.8;
	filter: alpha( opacity = 80 );
	background: #FAAF6D; /* beige */
	color: #be0c0e;  /* rot */
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}

#nav ul a:hover { /* 2.navi einzel over */
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #be0c0e;  /* rot */
	color: #ffffff;  /* weiss */
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}

.nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.nav a {
	display: block;
}
.nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html .nav ul {
	line-height: 0;
}
.nav ul a {
	height: 1%;
}
.nav ul li {
	float: none;
}
.nav ul ul {
	top: 0;
}
.nav ul {
	width: 250px;
		
}
.nav ul ul {
	left: 131px;
}


/* Everything else is theming */
.nav {
	
}
.nav *:hover {
	
}

.nav a {
	border-right: 1px solid white;
	color: white;
	border-style: solid;
	border-width: 0;
	padding: 6px 32px 4px 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
	font: bold 10px 'News Gothic MT', Arial, Helvetica, sans-serif;
	color: #CC3B3D;  /* rot */
	background: #FAAF6D; /* beige */
	border-top: 1px solid #CC3B3D;  /* rot */
}

.nav a:hover {
	background: #CC3B3D;  /* rot */
	color: #ffffff;  /* weiss */
}

.nav a.on {
	background: #CC3B3D;  /* rot */
	color: #ffffff;  /* weiss */
}



/* level 2 dropdown */

.nav li.hover a {

}
.nav ul {
	top: 26px;
}
.nav ul li a {

	
}

.nav ul li a.on {
	background: #be0c0e;  /* rot */
	color: #ffffff;  /* weiss */
	
}
.nav ul li a:hover { /* 2.navi alle over */

}


.nav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.8;
	filter: alpha( opacity = 80 );
	background: #FAAF6D; /* beige */
	color: #be0c0e;  /* rot */
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}

.nav ul a:hover { /* 2.navi einzel over */
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #be0c0e;  /* rot */
	color: #ffffff;  /* weiss */
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}


