.menu {
	top: 10px;
	height: 25px; 
	font-size: 0.85em; 
	position: relative; 
	z-index: 100;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}
	
/* hack for IE 7 */
*+html #content {
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	}

/* style the links for the top level */
.menu a {
	display: block;
	font-size: 11px;
	text-decoration: none; 
	color: #000; 
	padding: 0 10px; 
	line-height: 25px;
	border-right: 1px #FFF solid;
	}
	
/* style the second level background */
.menu ul ul {
	width: 111px; 
	}

.menu ul ul a.drop {
	background: #6F7EBB; 
	}

/* style the second level hover */
.menu ul ul a.drop:hover {
	color: #333;
	background: #CFD4E8; 
	text-decoration: none;
	}

.menu ul ul :hover > a.drop {
	color: 333;
	background: #CFD4E8; 
	text-decoration: none;
	}

/* style the third level background */
.menu ul ul ul {
	width: 111px; 
	}

.menu ul ul ul a {
	color: #FFF;
	background: #6F7EBB;
	}

/* style the third level hover */
.menu ul ul ul a:hover {
	color: #333;
	background: #CFD4E8;
	text-decoration: none;
	}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
	visibility: hidden; 
	position: absolute;
	height: 0;
	top: 25px;
	left: 0; width: 106px;
	border-top: 1px solid #FFF;
	}

/* position the third level flyout menu */
.menu ul ul ul {
	left: 111px; 
	top: -1px; 
	width: 111px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -111px;
	}

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

/* style the second level links */
.menu ul ul a {
	background: #6F7EBB;
	border-bottom: #FFF 1px solid;
	border-right: #FFF 1px solid;
	color: #FFF; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 5px; 
	width: 100px;
	font-weight: normal;
	text-decoration: none;
	}

.menu ul ul a.grun {
	background: #D1E979;
	border-bottom: #FFF 1px solid;
	border-right: #FFF 1px solid;
	color: #000; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 5px; 
	width: 100px;
	font-weight: normal;
	text-decoration: none;
	}

.menu ul ul a.blau {
	background: #6F7EBB; 
	border-bottom: #FFF 1px solid;
	border-right: #FFF 1px solid;
	color: #FFF; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 5px; 
	width: 100px;
	font-weight: normal;
	text-decoration: none;
	}

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

/* style the top level hover */
.menu a.grun:hover { 
	color: #000;
	background: url(../images/nav_0on.gif) repeat-x;
	border-right: 1px #FFF solid;
	}

* html .menu a.grun:hover { 
	color: #000;
	background: url(../images/nav_0on.gif) repeat-x;
	border-right: 1px #FFF solid;
	}

.menu :hover > a.grun {
	color: #000;
	background: url(../images/nav_0on.gif) repeat-x; 
	border-right: 1px #FFF solid;
	}

.menu ul ul a.grun:hover { 
	color: #000;
	background: #E8F4BB; 
	text-decoration: none;
	}

.menu ul ul :hover > a.grun { 
	color: #000;
	background: #E8F4BB; 
	text-decoration: none;
	}

.menu a.blau:hover { 
	color: #000;
	background: url(../images/nav_1on.gif) repeat-x; 
	border-right: 1px #FFF solid;
	}

* html .menu a.blau:hover { 
	color: #000;
	background: url(../images/nav_1on.gif) repeat-x; 
	border-right: 1px #FFF solid;
	}

.menu :hover > a.blau {
	color: #000;
	background: url(../images/nav_1on.gif) repeat-x; 
	border-right: 1px #FFF solid;
	}

.menu ul ul a.blau:hover { 
	color: #000;
	background: #CFD4E8; 
	text-decoration: none;
	}

.menu ul ul :hover > a.blau { 
	color: #333;
	background: #CFD4E8; 
	text-decoration: none;
	}


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

a.downlink {
	color: #FFF;
	float: left;
	width: 106px;
	height: 25px;
	margin-top: 1px;
	text-align: left;
	text-decoration: none;
	background: url(../images/sub_0.gif) repeat-x;
	}

a:hover.downlink {
	color: #333;
	margin-top: 1px;
	text-decoration: none;
	background: url(../images/sub_0on.gif) repeat-x;
	}

span.menutag {
	height: 20px;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 6px;
	display: block;
	cursor: default;
	}

span.downmenu {
	height: 17px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 1px;
	display: block;
	cursor: default;
	}