

/*---------   Menü Leiste   ---------*/



.menu {

font-size: 11px;
border: 0px solid #ffffff;
}



.menu ul {
width: 180px;
margin: 0;
padding: 0;
list-style-type: none;
border-left: 1px solid #000000;

}

.menu li {
display: block;
float: left;
text-align: center;
margin: 0;
list-style-type: none;
list-style-image: none;
}

.menu a {
font-family: Verdana, Arial, Tahoma, Arial, Helvetica, sans-serif;  

font-size: 11px;
display: block;
color: #ffffff;

background:  false;
line-height: 20px;
padding: 7px 7px;
border-right: 0px solid #ffffff;
/* background-image:  url(http://bernards.1ahr-cms.de/templates/images/l1_k_navi_m.jpg);*/
background-repeat: repeat-x;
text-decoration: none;
}

.menu .menu-parent {
/*color:#ffffff;
background-image:  url(http://bernards.1ahr-cms.de/templates/images/l1_k_navi_m.jpg);*/
background-repeat: repeat-x;
background-position: right bottom;

}
.menu .menu-current {/*color:#ffffff; 	  background-image:  url(http://bernards.1ahr-cms.de/templates/images/l1_k_navi_m.jpg); */}
#breadcrumbs {font-size: 11px;}
#breadcrumbs  .menu-current a{
	font-weight: bold;
	text-decoration: none;
}
/*siehe auch ie.css */

.menu a:hover {
color: #ff0000;
font-weight: bold ;
background:  false;
background-repeat: repeat-x;
display: block;
z-index: 20;

}
.menu li:hover>a {
color: #ffffff;
font-weight: bold ;
background:  #ff0000;
background-repeat: repeat-x;
display: block;
z-index: 20;

}
.menu li li:hover>ul {
display: block;
z-index: 20;
}



.menu li li {
width: 180px;
color: #666666;
display: block;
background:  #ffffff;
margin: 0;
text-align: left;
border: 1px solid #ccc;
 -moz-opacity: 1.0; /*blend for Modzillas, if you like */

	/* filter: alpha(opacity=70); blend for IE, might cause troubles */
}

.menu li li a {  /* Die ausgekpappten Flächen */
color: #666666;
line-height: 0.9em;
display: block;
clear: both;
border: none;
}
.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 */

.menu>li:first-child>a, .menu li + li + li li:first-child>a {


}