
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: PetitaMedium, Helvetica, sans-serif;
}

/* weisser bereich oberhalb strich und grauer Bereich unterhalb der Reiter */
#cssmenu {
  width: auto;
  height: 35px;
  padding-bottom: 4px;
    background: #ffffff;

}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}

#cssmenu #bg-one {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*grauer Reiter - graue box hinter Reiter */
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 225px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0px;
}

/* Strich unterhalb der Reiter */
#cssmenu #bg-one {
  height: 1px;
  background: #F5AB20;
}
#cssmenu #bg-two {
  height: 40px;
  z-index: 2;
  background: url('images/bg.png');
}

/*grauer bereich hinter reiter */
#cssmenu #bg-three {
  bottom: 4px;
  height: 40px;
  z-index: 3;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #E6E6E4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #E6E6E4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #E6E6E4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #E6E6E4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #E6E6E4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #E6E6E4 100%);
}

/* grauer Reiter */
#cssmenu #bg-four {
  bottom: 4px;
  height: 34px;
  z-index: 4;
  background: #ffffff;
}
#cssmenu ul {
  height: 59px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
  margin-top:-4px;
}

 /* Boxen Listenansicht gelb*/
#cssmenu ul li a {
  padding: 10px 10px 10px 10px;
 /* margin-bottom: 12px;*/
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #0000EE;
  font-size: 15px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 0px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #F5AB20;
  background: -moz-linear-gradient(top, #FCC560 0%, #F5AB20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCC560), color-stop(100%, #F5AB20));
  background: -webkit-linear-gradient(top, #FCC560 0%, #F5AB20 100%);
  background: -o-linear-gradient(top, #FCC560 0%, #F5AB20 100%);
  background: -ms-linear-gradient(top, #FCC560 0%, #F5AB20 100%);
  background: linear-gradient(to bottom, #FCC560 0%, #F5AB20 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('images/bg.png');
  color: #000000;
}
