.menu{
	width:1000px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 61px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
.menu ul{
	height:30px;
	list-style:none;
	margin: 0;
	padding: 0;
	width: auto;
	}
	.menu li{
	float:left;
	clip: rect(auto,auto,auto,auto);
	width: 165px;
		}
	.menu li a{
	color:#BDCAE6;
	display:block;
	font-weight:bold;
	margin:0px;
	text-align:left;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	line-height: 30px;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#E6B428;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../Bilder/current.png);
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left top;
			}
	.menu li ul{
	display:none;
	height:30px;
	padding:0px;
	margin:0px;
	position:absolute;
	width:165px;
	z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
	display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:160px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #CC3;
		}
	.menu li:hover li a{
	color: #333;
		
		}
	.menu li ul a{
	display:block;
	height:30px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	text-align:left;
	font-weight: normal;
	color: #F00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	color:#F3DA93;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
			}
	.menu p{
	clear:left;
		}

     .menu li a.current{
	color:#E6B428;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../Bilder/current.png);
	background-repeat: no-repeat;
	background-position: left top;
}

     .menu li a.current:hover{
	color:#E6B428;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Bilder/current.png);
	background-repeat: no-repeat;
	background-position: left top;
}
