.menu {
	position:relative;
	float:left;
	left:0px;
	height:26px;
	width:960px;
	padding:0;
	margin:0;
	z-index:100;
	background-repeat:no-repeat;
	border-left:3px solid #e9e9e9;
	border-right:3px solid #e9e9e9;
}

.menu ul {padding:0;margin:0;list-style-type:none;}
.menu li {
	float:left;
	width:120px;
	position:relative;
	text-align:center;
	height:auto;
}

/* style the links for the top level */
.menu a, .menu a:visited {	
	display:block;
	font:bold 12px arial,verdana, sans-serif;  
	color:white; 
	height:35px; 
	line-height:30px; 
	text-decoration:none;
}
 
 
 
.menu table {
	position:absolute;
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

.menu ul ul {
	visibility:hidden; 
	position:absolute;
	top:26px;
	left:0;
	width:170px;
	height:auto;
	background:#ffffff; 
	border:1px solid black;
	}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
	{
	color:#000; 
	height:0px; 
}

 
.menu a:hover, .menu ul ul a:hover{color:#000;background-color:#ffffff;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background-color:#ffffff;}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
 

.menu ul ul a.a1, .menu ul ul a.a1:visited {
	color:#000000;
	text-align:left;
	font-size:11px;
	width:170px; 
	font-weight:normal;
	background:#ffffff;
	text-indent:2px;
	line-height:22px;
	height:20px; 
	}

.menu ul ul a.a1:hover {
	color:#000000;
	text-align:left;
	font-size:11px; 
	font-weight:normal;
	background:#f5f3f3;
	line-height:22px;
	}



#ansprechpartnerMenu, #ansprechpartnerMenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	width:681px;
	}

#ansprechpartnerMenu li { 
	float:left;
	text-align:center;
	height:20px;
	}

#ansprechpartnerMenu a, #ansprechpartnerMenu a:visited {
	display:block; 
	font-size:11px; 
	font-style:bold; 
	color:#000000; 
	width:95px;
	text-decoration:none; 
	line-height:20px;
	background:#b4c5dd; 
	}
#ansprechpartnerMenu a.a1 {
	background:#ffffff; 
	color:#000000; 
        }

#ansprechpartnerMenu li:hover > a{
	background:#ffffff; 
	color:#000000; 
	}

#serviceMenu, #serviceMenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	}

#serviceMenu li { 
	float:left;
	text-align:left;
	height:20px;
	position:relative;
	z-index:10;
	}

#serviceMenu a, #serviceMenu a:visited {
	display:block; 
	font-size:11px; 
	font-style:bold; 
	color:#000000; 
	width:300px;
	text-decoration:none; 
	line-height:25px;
	background:#b4c5dd; 
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

#serviceMenu li:hover > a{
	background:#ffffff; 
	color:#000000; 
	}

#serviceMenu li ul {
	display: none;
	padding-top:6px;
	margin-left:-5px;
	}

#serviceMenu li:hover > ul {
	display:block; 
	}

