ul.nice-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid transparent;
}
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid transparent;
}
ul.nice-menu li {
  border: 1px solid transparent;
  border-top: 0;
  float: left;
  background-color: transparent;
}
ul.nice-menu a {
  padding-right: 20px;
  padding-left: 20px;
}
ul.nice-menu ul {
  top: 30px;
  left: -1px;
  border: 0;
  border-top: 1px solid transparent;
  margin-right: 0;
}
ul.nice-menu ul li {
  width: 12.5em;
  padding: 0.2em 0;
}
ul.nice-menu-right, ul.nice-menu-left, ul.nice-menu-right li, ul.nice-menu-left li {
  width: 12.5em;
}
ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}
ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}
ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
  background: transparent url('../images/arrow-right.png?1363486819') right center no-repeat;
}
ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li li.menuparent:hover {
  background: transparent url('../images/arrow-right.png?1363486819') right center no-repeat;
}
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}
ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}
ul.nice-menu-left li.menuparent, ul.nice-menu-left li li.menuparent {
  background: transparent url('../images/arrow-left.png?1363486819') left center no-repeat;
}
ul.nice-menu-left li.menuparent:hover, ul.nice-menu-left li li.menuparent:hover {
  background: transparent url('../images/arrow-left.png?1363486819') left center no-repeat;
}
ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}
ul.nice-menu-down {
  float: left;
  border: 0;
}
ul.nice-menu-down li {
  border-top: 1px solid transparent;
}
ul.nice-menu-down li li {
  border-top: 0;
}
ul.nice-menu-down ul {
  left: 0;
}
ul.nice-menu-down ul li {
  clear: both;
}
ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}
ul.nice-menu-down .menuparent a {
  padding-right: 20px;
}
ul.nice-menu-down li.menuparent {
  background: transparent url('../images/arrow-down.png?1363486819') 95% center no-repeat;
}
ul.nice-menu-down li.menuparent:hover {
  background: transparent url('../images/arrow-down.png?1363486819') 95% center no-repeat;
}
ul.nice-menu-down li li.menuparent {
  background: transparent url('../images/arrow-right.png?1363486819') right center no-repeat;
}
ul.nice-menu-down li li.menuparent:hover {
  background: transparent url('../images/arrow-right.png?1363486819') right center no-repeat;
}

ul.nice-menu ul li {
  background-color: #1f001b;
  font-size: 1em;
  line-height: 1.42857em;
  text-transform: none;
}

/* Fix for dropdown menus that get hidden behind slideshow */
#views_slideshow_cycle_teaser_section_pt_homepage_slideshow-panel_pane_1, .views-slideshow-cycle-main-frame {
  z-index: 0;
}
