/*Definition der Menubox */

#menu {
	width: 900px;
	position: absolute;
	/*text-align: right;*/
	float: none;
	z-index: 100;
	margin-left: -450px;
	left: 50%;
	top:147px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.2em;

}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {top:0; left:0;}

/* Entfernt alle Aufzählungssymbole */
#menu ul {
padding:0;
margin:0;
list-style-type:none;
}
#menu ul ul {
width:150px;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
float:left;
/* width:150px; */
position:relative;
padding-right:10px;
list-style-type:none;
}
/* Aussehen der Top-Level-Links */
#menu a, #menu a:visited {
	display:block;
	font-size:1em;
	text-decoration:none;
	color: #333333;
	/*width:160px;*/
	height:35px;
	padding-left:15px;
	padding-right: 15px;
	line-height:35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
width:
w\idth:
p\adding-right: 15px;
padding-left:15px;
float:left;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited,#menu ul ul a.drop img{
	background-color: #BDC5C9;

}
/* style the second level hover */
#menu ul ul a.drop:hover
	{
	color: #ffffff;
	background-color: #999999;
	}
#menu ul ul :hover > a.drop 
	{
	color: #ffffff;
	background-color: #999999;
	}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited 
{
	background-color: #999999;
}

/* style the third level hover */
#menu ul ul ul a:hover 
	{
	background-color: #999999;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:150px;
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 100;

}
/* another hack for IE5.5 */
* html #menu ul ul {
top:30px;
t\op:30px;
}

/* position the third level flyout menu */
#menu ul ul ul{
left:201px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
left:-180px;
}



/* style the second level links */
#menu ul ul a, #menu ul ul a:visited{
	color:#333333;
	height:auto;
	line-height:1.2em;
	padding:5px 10px;
	width:180px;
	font-size:1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	background-color: #BDC5C9;
	filter: alpha(opacity=90);
}



/* yet another hack for IE5.5 */
* html #menu ul ul a
	{
	width:180px;
	w\idth:180px;
	}


/* style the top level hover */
#menu a:hover, #menu ul a:hover{
	color:#000000;
	background-color:#999999;
}
#menu :hover > a, #menu ul :hover > a {
	color:#000000;
	background-color:#999999;
}


/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
color:#ffffff;
background-color:#999999;
}
#menu :hover > a, #menu ul ul :hover > a {
color:#ffffff;
background-color:#999999;
}


/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{ 
visibility:visible; 
	
}


/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
visibility:visible;
}


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




#content_links ul.nav2nd li {
	padding:0;
	margin-left:15px;
	font-size:1em;
	font-weight:normal;
	list-style-type:none;
	font-style: normal;
}

#content_links ul.nav2nd a, 
#content_linksn ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	color:#003366;
	list-style-type:none;
	text-decoration: none;
}

#content_links ul.nav2nd a.current, 
#content_links ul.nav2nd a.current:link, 
#content_links ul.nav2nd a:hover {
	color:#006633;
	text-decoration:underline;
	list-style-type:none;
	
	
}

