/* 
** last chaged: 2008-10-20, simplicity gmbh, pma
*/

@media all
{

/* --- Vertikale Listennavigation ----------------------------------------- */

.navblock { 
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	letter-spacing: 1px;
	width: 100%; 
	overflow: hidden; 
	margin: 0; 
	text-transform: uppercase;
}
.navblock ul { 
	width: 100%; 
	overflow: hidden; 
	margin: 0; 
	list-style-type: none; 
}
.navblock ul a { 
	display: block;
	text-decoration: none;
	line-height: 22px;
	color: #3A3A3A; 
}

/* --- Erste Ebene ------------- */
.navblock ul li { 
	float: left; 
	width: 100%; 
	margin: 0; 
	padding: 0;
	background-image: none;
}
.navblock ul li.active a { 
	background: transparent;
	color: #fff; 
}
.navblock ul li a:hover { 
	background: transparent;
	color: #fff; 
}

/* Close @media all - DO NOT DELETE! */
}