.menu
{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 11px, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}
	
	.menu ul
	{
		background:#333344 url('images/menuverlauf.gif') bottom left;  /* altes blau 202538 */
	/*	background:#dfdfdf; /* Hintergrund neben Menü */
		height:25px;	/* Höhe Hintergrund neben Menü */
		list-style:none;
		margin:0;
		padding:0;
	}

	.menu li
	{
		float:left;
		padding:0px;
		text-align:left;
		line-height:30px;
		color:#000;
	}
		.menu li a
		{
			background:#333344 url('images/menuverlauf.gif') bottom left;
			/* background:#dfdfdf url("bilder/seperator.gif") */ bottom right no-repeat;  /* Hintergrund 1. Menüebene */
			color:#848484;	/* Textfarbe 1. Menüebene */
			display:block;
			font-weight:normal;
			line-height:25px;	/* Höhe Hauptmenu link */
			margin:0px;
			padding:0px 17px;
			text-align:center;
			text-decoration:none;
		}
			.menu li a:hover, .menu ul li:hover a
			{
				background: #2f3756;
				background:#2f3756 url('images/menuverlauf2.gif') bottom left;
				color:#848484;	/* Textfarbe 2. Menüebene */
				text-decoration:none;
			}
		
		.menu li ul
		{
			background:#333344;
			display:none;
			height:auto;
			padding:0px;
			margin:0px;
			border:0px;
			position:absolute;
			width:234px;
			z-index:200;
			/*top:1em;
			/*left:0;*/
		}
	
		.menu li:hover ul
		{
			display:block;	
		}
	
	.menu li li
	{
		background:#333344;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:234px;
	}
	
	.menu li:hover li a
	{
		background:#333344 url('images/menuverlauf3.gif') bottom left;
		
	}

	.menu li ul a
	{
		display:block;
		height:25px;    /* Höhe Untermenüpunkt link */
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
	}
	
		.menu li ul a:hover, .menu li ul li:hover a
		{
			background:#2f3756 url('bilder/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#848484;  /* Textfarbe 2. Menüebene ausgewählt */
			text-decoration:none;
		}
	
	.menu p
	{
		clear:left;
	}	
