.trigger {
  color: #aaa!important;
  padding-left: 15px;
  background: url(../images/arrow.gif) top right
    no-repeat #fff;
  display: block;
}

.trigger:hover {
  text-decoration: none;
}

.activetrigger {
  color: #000!important;
  width: 100%;
  display: block;
  background: #EFEFEF;
  border: 1px solid #DDD;
}

.activetrigger:hover {
  text-decoration: none;
}

/* style of the UL */
.dropcontainer ul {
  background: #FFF;
  border-bottom: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
}

.dropdownhidden {
  top: 0;
  left: -999em;
}

.dropdownvisible {
  top: 0;
  left: 0;
}

.dropcontainer ul a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #aaa!important;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

.dropcontainer ul a:hover {
  background: #ccc;
  text-decoration: none;
}

.dropcontainer {
  position: relative;
}