/*Definition der Menubox */

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

/* 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: #ffffff;
	height:35px;
	padding-left: 15px;
	line-height:35px;
	font-weight: bold;
	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;
	white-space: nowrap;
}
/* 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: #567D8E;

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

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

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


/* 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 table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	color:#FFFFFF;
	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: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #567D8E;	
	filter: alpha(opacity=80);
}

/* 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 ul a:hover{
	color:#eeeeee;
	
}
#menu :hover > a, #menu ul ul :hover > a {
	color:#eeeeee;
	
}

/* 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;
}

#content_links ul.nav2nd a, 
#content_linksn ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	color:#FFFFFF;
	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;
	
	
}

