#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	list-style-type: none; text-decoration:none;
}
.menu li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	list-style-type: none;
	list-style-image: none; text-decoration:none;
}

.menu a {
	padding-left:10px; 
	padding-right:10px; 
	height: 20px
}

.menu .menu-parent {
	color:#000;
	background-image:  url(img/menuehgparent.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.menu .menu-current {
	color:#333333;font-weight:bold
}

#breadcrumbs {font-size: 11px;}
#breadcrumbs  .menu-current a{
	font-weight: bold;
	text-decoration: none;
}

/*siehe auch ie.css */
.menu a:hover, .menu li:hover>a {
	background-color: #333333; 
	display: block; color:#FFFFFF
}

.menu li li:hover>ul {	
	display: block;
	z-index: 20; color:#FFFFFF
}

.menu li li {
	width: 120px;
	display: block;
	margin: 0;
	text-align: left;	
}

.menu li li a {  /* Die ausgekpappten Fl�chen */
	border-left:0 solid #E9EFEE; border-right:0px solid #E9EFEE; background:#5B5B5B; line-height: 20px;
	display: block;
	clear: both;
	border-top-width:1px; border-bottom-width:1px; color:#FFFFFF
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
:first-child>a.menu>li, .menu li + li + li li:first-child>a {
	color: #FFFFFF;
}

.menu li {
	margin-left: 15px;
	margin-top: 15px;
	border: 0;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal; color:#CCCCCC
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	/*left: 0;	 while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 5px;
	left: 70%;
}





/* -- float.clear --
	force containment of floated LIs inside of UL */
:after.menu, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 5px;
	padding:0;
}
/* -- float.clear.END --  */

.menu ul {
	background-image: url(img/blind.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	margin: 0;	
}


.menu ul ul {
	padding: 0;
	margin: 0;
	background-color:#e9efee;	
}