/**
 * sorry about all the !importants, this is because these rules COULD
 * be less specific than other rules, and we need to override
 */
ul.subnav {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  list-style: none !important;
  background: none !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  width: 153px !important;
  height: auto !important;
  z-index: 100;
}

ul.subnav li {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
}

ul.subnav li a {
  display: block !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 153px !important;
  margin-bottom: 1px !important;
}