/* nice menu */
#block-nice_menus-1,
#block-nice_menus-2 {
line-height:normal;
z-index:10;
}

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

ul.nice-menu li {
  border: 0px solid #ccc;
  border-top: 0;
  float: left;
  background-color: #08412a;
  text-transform: uppercase;  
}


ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
  color: #eee;
  font-weight: normal;
  text-decoration: none;
}

ul.nice-menu ul {
  /* top: 1.8em; */
  left: -1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0;
}


ul.nice-menu ul li {
  width: 16.5em;
  text-transform: none;  
}

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {
  border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px;
}

ul.nice-menu-down li.menuparent {
/*  background: #eee url(arrow-down.png) right center no-repeat; */
  background-color: #08412a;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over {
  /* background: #ccc url(arrow-down.png) right center no-repeat; */
}

ul.nice-menu-down li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over {
  background: #ccc url(arrow-right.png) right center no-repeat;
}


#nice-menu-1,
#nice-menu-2 {
background-color:#08412a;
width: 100%;
font-size: 12px;
}
#nice-menu-1 li,
#nice-menu-2 li {
  width:158px;
  height: 25px;  
  border-left: 1px solid #ccc;
}


#nice-menu-1 li li,
#nice-menu-2 li li {
  height: auto;
  padding: 0px;  
}


/* Speisekarte auf tr - untermenue verbreitern */
#nice-menu-2 li.mnr2 li {
  width: 220px;
  height: 25px;  
  border-left: 1px solid #ccc;
}



#nice-menu-1 .mnr1,
#nice-menu-2 .mnr1 {
  width: 35px;
  border-left: 0px solid #ccc;
}

#nice-menu-1 li:hover,
#nice-menu-2 li:hover {
 background-color: #65a017;
}
#nice-menu-1 ul li:hover,
#nice-menu-2 ul li:hover {
 background-color: #65a017;
}
