/******************************
 Global CSS for ALL menu types
 ******************************/

ul.nice-menu, ul.nice-menu ul {
  border-top: 0;
}

ul.nice-menu li {
  border: 0;
  background: none;
  height: 34px;
  line-height: 34px;
  width: 164px;
}

ul.nice-menu a {
  padding: 0 10px;
  width: 114px;
}

ul.nice-menu ul {
  top: 34px;
  left: 0px; /* LTR */
  border: 0;
  background: #3e3f43;
  padding: 6px 0;
}

ul.nice-menu ul li {
  width: 164px;
}

/******************************
 HORIZONTAL (down) menus
 ******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0;
  font-size: 0.929em;
}

ul.nice-menu-down li li {
  border-top: 0;
  height: 22px;
  line-height: 22px;
  font-size: 0.857em;
}

ul.nice-menu-down li ul li ul {
  left: 164px; /* LTR */
  top: 0px;
}

ul.nice-menu-down .menuparent a {
  color: #ccc;
  padding-right: 0px; /* LTR */
  overflow: hidden;
  white-space: nowrap;
}

ul.nice-menu-down .menuparent li a {
  padding-right: 10px; /* LTR */
}

ul.nice-menu-down li.menuparent {
  background: transparent url("../images/jbl-toparrow-off.png") 100% 50% no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
  background: transparent url("../images/jbl-toparrow-on.png") 100% 50% no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent a:hover {
  text-decoration: none;
}

ul.nice-menu-down li.menuparent li a:hover {
  text-decoration: underline;
}
