.navigation .menu    { color: #000; font-size: 0.85em; position: relative; z-index: 100 }

/* remove all the bullets, borders and padding from the default list styling */

.navigation .menu ul  { list-style-type: none; margin: 0; padding: 0;  }

.navigation .menu ul ul  { width: 160px }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.navigation .menu li   { position: relative; float: left; }

/* style the links for the top level */

.navigation .menu a, .navigation .menu a:visited          { color: #fff; font-size: 10px; font-weight: bold; line-height: 30px; text-decoration: none; background-image: url(../gfx/but_1.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-indent: 5px; display: block; width: 111px; height: 29px; vertical-align: middle; border-right: 1px solid #000 }

.navigation .menu a:hover         { background-image: url(../gfx/but_1h.jpg); }


/* a hack so that IE5.5 faulty box model is corrected */

* html .navigation .menu a, * html .navigation .menu a:visited    { text-indent: 6px; width: 112px; w\idth: 112px
   }


/* style the second level background */

.navigation .menu ul ul a.drop, .navigation .menu ul ul a.drop:visited {
	background: #f0e6dc url(../user_upload/grafik/gfx/rechts.gif) no-repeat right bottom
}

/* style the second level hover */
.navigation .menu ul ul a.drop:hover {
	background: #f5cda5 url(../user_upload/grafik/gfx/rechts.gif) no-repeat right bottom;
}
.navigation .menu ul ul :hover > a.drop {
background: #f5cda5 url(../user_upload/grafik/gfx/rechts.gif) no-repeat right bottom
}

/* style the third level background */
.navigation .menu ul ul ul a, .navigation .menu ul ul ul a:visited {
	/*filter: alpha(opacity=90);
	moz-opacity: 0.9;
	opacity: .90;*/
	background-color: #f0e6dc;
}

/* style the third level hover */
.navigation .menu ul ul ul a:hover {
	background: #f5cda5;
	background-image: url(../gfx/but_1h.jpg)
}

/* hide the sub levels and give them a positon absolute so that they take up no room */



.navigation .menu ul ul    { visibility: hidden; position: absolute; top: 29px; left: 0; width: 130px; height: 0 }


/* another hack for IE5.5 */



* html .navigation .menu ul ul   { top: 30px; width: 130px; t\op: 30px; w\idth: 130px  }



/* position the third level flyout menu */



.navigation .menu ul ul ul {

	top: 0;
	left: 150px;
	width: 150px
}

* html .navigation .menu ul ul ul {

	top: 0;
	left: 128px;
	width: 150px
}



/* position the third level flyout menu for a left flyout */

.navigation .menu ul ul ul.left {
	left: -130px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */

.navigation .menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.navigation .menu ul ul a, .navigation .menu ul ul a:visited {
	color: #fff;
	line-height: 30px;
	background: #f0e6dc;
	padding: 0px;
	width: 149px;
	height: 30px;
	border-bottom: 1px solid black;
	vertical-align: middle;
	background-image: url(../gfx/but_2.jpg);
}

.navigation .menu ul ul a:hover {
	background-image: url(../gfx/but_1h.jpg);
	}


/* yet another hack for IE5.5 */

* html .navigation .menu ul ul a  { width: 129px; w\idth: 129px

 }

/* style the top level hover */

.navigation .menu a:hover, .navigation .menu ul ul a:hover {
	color: #fff;
	
}

.navigation .menu :hover > a, .navigation .menu ul ul :hover > a  { color: #fff; background-image: url(../gfx/but_1h.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }


/* make the second level visible when hover on first level list OR link */

.navigation .menu ul li:hover ul, .navigation .menu ul a:hover ul {

	visibility: visible;
	

}


/* keep the third level hidden when you hover on first level list OR link */



.navigation .menu ul li:hover ul ul{

	visibility: hidden;

}

/* keep the third level hidden in IE6 when you hover on first level list OR link */
.navigation .menu ul li a:hover ul ul {

	visibility: hidden;

}



/* make the third level visible when you hover over second level list OR link */

.navigation .menu ul li:hover ul li:hover ul {

	visibility: visible;

}
/* make the third level in IE6 visible when you hover over second level list OR link */
.navigation .menu ul li a:hover ul li a:hover ul {

	visibility: visible;

}


