/******************************
 Global CSS for ALL menu types
******************************/
.block-nice_menus .title {display:none;}
#nice-menu-2 ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nice-menu a:hover {background:#575654;text-decoration:none;color:#ffffff;}
ul.nice-menu li, ul.nice-menu ul li, ul.nice-menu ul ul li {}
ul.nice-menu li {
  float: left;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding: 0;
}
  ul.nice-menu a {
  padding: 7px 12px;
  color: #ffffff;
  border:none;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
/*  top: 1.8em; */
  left: -1px;
  border: 0;
  margin-right: 0;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 250px;
  height:22px;
}

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

ul.nice-menu-down {
  float: left;
  margin: 0;
  padding:0;
}
ul.nice-menu-down a.active {color:#000000;background:#131210;border-bottom:none;padding-bottom:10px;}
ul.nice-menu-down li {border: none;padding:0 5px;}

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

ul.nice-menu-down ul {
  left: 0;
  border-left:1px solid #ffffff;
  border-bottom:2px solid #cdcdcd;
  border-top:1px solid #c6c6c6;
  z-index:99;
  border-right:2px solid #cdcdcd;
  background: #000000;
}

ul.nice-menu-down ul li {
  clear: both;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #F2E4C9;
  text-align: left;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 17.5em;
  top: .5em;
  z-index:15;
}

ul.nice-menu-down .menuparent a {
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: #3e1a1a;
  color:#7F251A;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #3e1a1a;
  color:#7F251A;
}