#menue{
	background:url("img/bg_menue.png") no-repeat scroll 0 0 transparent;
	height:36px;
	margin:0 auto;
	text-align:center;
	width:995px;
	border:1px solid blue;
	border-top: 0;
}
#anwalt ul {
	text-align: center;
	padding:5px 0;
	margin: 0;
	width: 100%;
	line-height: 24px;
}

#anwalt ul li {
	padding: 6px 12px 6px 12px;
	display: inline;
	background: transparent url(img/nav_btn.png) repeat-x;
}

#anwalt ul li a {
	color: white;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#anwalt ul li a:hover {
	color: #F0E68C;
}

#anwalt .active {
	color:lightblue;
}
