#naviWrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1000;
}

/* MENU level 1 */
#naviWrapper ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  float: left;
}
#naviWrapper ul li a {
  padding: 0 10px;
  color: white;
  text-decoration: none;
  font-size: 11px;
  display: block;
  float: left;
}

/* MENU level 2 */
#naviWrapper ul li ul {
  padding: 0;
  margin: 0 0 0 -4px;
  display:block;
  position:absolute;
  top:18px;
  list-style:none;
  padding: 6px 0 11px 0;
  visibility:hidden;
  background: transparent url(../img/submenu_bg.png) repeat !important;
}
#naviWrapper ul li ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  float: none;
  clear: both;
}

#naviWrapper ul li ul li a,
#naviWrapper ul li.act ul li a {
  display:block;
  float:none;
  padding: 6px 16px 6px 32px;
  z-index:1110;
  color: white;
  font-weight:normal;
  text-decoration: none;
  background: transparent url(../img/arrows_white.gif) 16px 10px no-repeat;
  white-space: nowrap;
}

/* HOVER */
#naviWrapper * a:hover,
#naviWrapper * li.act a,
#naviWrapper ul li.act ul li a:hover {
  color: #71bc44;
}





