
p {
  margin: 0 0 5px;
}

a, label {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

a:hover {
  color: #000000;
}

.menux a {
  display: block;
  padding: 10px 15px;
}

.drop-down a {
  min-width: 70px;
}

.drop-down-menu {
  display: block;

}

.menu-title {
  cursor: pointer;
}

.menu-title {
  display:block;
  padding: 10px 15px;
}

.activate {
  display: none;

  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 0 0 -15px;
  opacity: 1;
}

/* Skin */

.menu a, .drop-down-menu {
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aaaaaa));
    background: -moz-linear-gradient(top, #FCF7B1 0%, #FAF6E1 100%);
  border-style: outset;

}

.menu a:hover, .drop-down-menu:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#aaaaaa));
  background: -moz-linear-gradient(top, #FAF6B1 0%, #FCF7E1 100%);
}

.drop-down a {
  background: #FCF7C1;
}

.drop-down a:hover {
  background: #FCF7C1;
}


.menux  {
  background: #DDDDDD;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #aaaaaa));
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);

}

:checked ~ .menu-title {
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aaaaaa));
  background: -moz-linear-gradient(top, #FCE7A1 0%, #FCE7D1 100%);
  border: 1px
}

.drop-down {
  max-height: 0;
  overflow: hidden;
}

.drop-down a {
  background: #FCF7C1;
}

.activate:checked ~ .drop-down {
  max-height: 400px;
}

.drop-down, .menu a, .drop-down-menu {
  -webkit-transform: translateZ(0);  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}x