

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



.menu {
font-size: 11px;
/* background: #333333 url(http://bernards.1ahr-cms.de/templates/images/l1_k_navi_m.jpg); */
border: 0px solid #333333;
}
.menu ul {
width: 150px;
margin: 0;
padding: 0;
list-style-type: none;
border-left: 0px solid #333333;

}

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

.menu a {

font-family: Arial, Helvetica, sans-serif;  
font-weight: bold;
font-size: 12px;
display: block;
color: #333333;
line-height: 15px;
padding: 5px 5px;
border-right: 0px solid #333333;
/* 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:#333333;
background-image:  url(http://bernards.1ahr-cms.de/templates/images/l1_k_navi_m.jpg);*/
background-color: #eeeeee;
background-position: right bottom;
}

.menu .menu-current {/*color:#333333; 	  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, .menu li:hover>a {

	font-weight: bold;

	color: #333333;

	background:  #cccccc;

	background-repeat: repeat-x;

	display: block;

	z-index: 20;

}



.menu li li:hover>ul {

	font-weight: bold;

	display: block;

	z-index: 20;



}



.menu li li {

	width: 150px;

	display: block;

	margin: 0;

	text-align: left;

	border: 1px solid #cccccc;
		background-color: #eeeeee;

	 -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 */
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 {

	color: #333333;

}
