#menu {
  position: absolute;
  width: 101%;
  font-family: verdana, sans-serif;
  z-index: 200;
  top:-20px;
}

#menu a {
  text-decoration: none;
  color: white;
}

#menuRoot {
  width: 100%;
  z-index: 100;
  margin-left: 10px;
  position: absolute;
}

#menuItems {
  /*background: url("../img/menuBackground.png") repeat;*/
 /* background: url("../img/background.png") repeat; */
 background-color: #3e3d43;
  padding: 10px 10px 100px;
  margin: 0px;
  display: none;
  z-index: -1;
  color: white;
  font-size: 13px;
  width: 673px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

#root li {
  padding: 10px 6px 0 20px;
  font-size: 20px;
  width:311px;
  height: 55px;
  display: block;
  float: left;
  text-align: left;
  background: url("../img/menuinactive.png") no-repeat;
  cursor: pointer;
}

#root li.is_active {
  background: url("../img/menuactive.png") no-repeat;
}

#root li a {
  color: #b21130 !important;
}

#root li.is_active a {
  color: white !important;
}

#menuItems ul {
  position: relative;
  float: left;
  width: 25%;
  top: 80px;
  display: none;
  
}

#menuItems ul.active {
  display: block;
}

#menuItems li.is_active {
  font-weight: bolder;
}
#menuItems li a {

}
#menuItems li.is_active a {
  padding-right: 20px;
  background-image: url("../img/pil.png");
  background-repeat: no-repeat;
  background-position: right 6px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */