#menu {
  width:200px;
  font-size: 0.83em; 
  /*position:absolute;*/
  margin:0;
  padding:0;
  float:left;
  position:relative;
  z-index:999999;
}


#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
  text-align:left;
}

#menu li.topmenu {
  padding:0;
  margin:0;
  width:203px;
  height:39px;
  border: 1px solid #ffffff;
  position: relative;
  z-index:999999; 
}

.topmenu a {
  display:block;
  text-align: center;
  width:203px;
  height:39px;
  margin: 0;
  padding: 0;
   
}

.topmenu ul{
  display:none;
  margin:0;
  padding:0;
  position: absolute;
  top:5px;
}

.topmenu a, .submenu a{
  padding:0; 
  border-collapse:collapse;
  color:#506156;
  font-weight:normal;
  text-decoration:none;
  background-color: #c2de6e; /* alt #cbe8d6;*/
  margin:0;
  line-height:2.5;
  height: 39px;
}
.topmenu .navactive { margin:0; padding:0; background: #008e38; background: #ffcc00; color: #ffffff; color:#506156;  font-weight: normal; }


.submenu a {
  font-size: 1em;
  text-align:center;  
  margin:0;
  padding:0;
  width:250px;
  height: 33px;
  border-top: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.submenu a:hover {
  background: #008e38;color: #fff !important; padding:0; margin-left:0.1px !important; z-index:99999999;
}
.topmenu a:hover {
 background: #ffcc00;
 color:#506156 !Important;
 font-weight: normal !important;
}

#menu a:hover, .topmenu.on a {
  margin:0;
  padding:0;
  color:#008e38;
  height:39px;
  font-weight: bold;
}

.topmenu:hover ul {
  display:none;
  padding:0;
  left:170px;
}

#menuzweiteebene { width: 200px; float: right; margin: 10px auto 0 auto; padding:0; font-size:0.9em; text-align:center;color:#506156; }
#menuzweiteebene .newsboxueberschrift {  background: #99cc00; color: #506156 !important; font-size: 1em; text-align:center; }
#menuzweiteebene .newsboxueberschrift a { color: #506156 !important; font-weight:bold !important; }

#menuzweiteebene ul { margin:0; padding: 0; width: 100%; margin-bottom: 5px; }
#menuzweiteebene li { margin:0; padding: 0; width: 100%; list-style-type:none;  }
#menuzweiteebene .navactive { background: #ffcc00 !important; color: #506156 !important; }

#menuzweiteebene .topmenuu { width: 100%; background: #c2de6e; color:#506156; border: 1px solid #fff; }
#menuzweiteebene .submenuu { width: 100%; background: #c2de6e; color: #506156; border: 1px solid #fff; }

#menuzweiteebene .topmenuu a { background: #c2de6e; color:#506156; display:block; height: 30px; padding-top: 7px; text-decoration: none; }
#menuzweiteebene .submenuu a { background: #c2de6e; color:#506156; display:block; height: 25px; padding-top: 3px; text-decoration: none; }

#menuzweiteebene .topmenuu a:hover { background: #ffcc00; color:#506156; }
#menuzweiteebene .submenuu a:hover { background: #ffcc00; color:#506156; }

