/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for more information on using the CSS.
*/

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


ul.nice-menu {
	font-size: 1em;
	width: 100%;
	margin: 0;
	white-space: nowrap;
}

ul.nice-menu a.active {
	background-color: #56a4da;
	border: 0px solid #98C7FF;
}

ul.nice-menu,
ul.nice-menu ul {
	list-style: none;
	padding: 0;
	background-color: #256591;
}

ul.nice-menu li {
	width: 19.89%;
	min-width: 190px;
	float: left;
	background-image: none;
	border-right: 1px solid #56a4da;
	border-bottom: 1px solid #56a4da;
}

ul.nice-menu li:hover {
	background-color: #56a4da;
}

ul.nice-menu a {
  padding: 0.5em 1em;
  color: #fff;
}

ul.nice-menu a:hover {
}

ul.nice-menu ul {
	left: -1px; /* LTR */
	margin-right: 0; /* LTR */
	border-left: 5px solid #56a4da;
}

ul.nice-menu ul li {
}

/******************************
Sale/clearance styling
******************************/

ul.nice-menu li a[title=CLEARANCE] {
	font-weight: bold;
	background-color: #ed1c24;
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right,
ul.nice-menu-left,
ul.nice-menu-right li,
ul.nice-menu-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
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: url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  background: url("../images/arrow-right.png") right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
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: url("../images/arrow-left.png") left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
  background: url("../images/arrow-left.png") left center no-repeat;
}

ul.nice-menu-left a,
ul.nice-menu-left ul a {
  padding-left: 14px;
}

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

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

ul.nice-menu-down li {
}

ul.nice-menu-down li li {
	width: 100%;
	border: 0;
	border-top: 1px solid #56a4da;
}

ul.nice-menu-down li li:hover {
	background-color: #56a4da;
}

ul.nice-menu-down ul {
  left: -1px; /* LTR */
  min-width: 100%;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  left: 100%; /* LTR */
  top: -2px;
}

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

ul.nice-menu-down li.menuparent {
  background: url("../images/arrow-down.png") right center no-repeat;
}

ul.nice-menu-down li.menuparent:hover {
  background: #56a4da url("../images/arrow-up.png") right center no-repeat;
}

ul.nice-menu-down li li.menuparent {
    background: url("../images/arrow-right.png") right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover {
  background: #56a4da url("../images/arrow-left.png") right center no-repeat;
  }

/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */
/* ul.nice-menu li {
	margin: 0 -6px 0 0;
	/*padding-left: 0; /* LTR *
	background-image: none;
	display: inline-block;
	/*float: left; /* LTR *
	border-top: 3px solid #E5F1FF;
	border-bottom: 2px solid #4863aa;
	border-left: 1px solid #678ecf;
	border-right: 1px solid #293996;
} */

#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

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

#header-region ul.nice-menu ul {
  top: 1.7em;
}

/**
 * HORIZONTAL (down) menus
 */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

#header-region ul.nice-menu-down li.menuparent {
  background:  url("../images/arrow-down.png") right center no-repeat; /* LTR */
}

#header-region ul.nice-menu-down li.menuparent:hover {
  background:  url("../images/arrow-down.png") right center no-repeat; /* LTR */
}

#header-region ul.nice-menu-down li li.menuparent {
  background:  url("../images/arrow-right.png") right center no-repeat; /* LTR */
}

#header-region ul.nice-menu-down li li.menuparent:hover {
  background:  url("../images/arrow-right.png") right center no-repeat; /* LTR */
}

@media all and (max-width: 970px) {
	ul.nice-menu li {
		width: 24.87%;
	}
}

@media all and (max-width: 780px) {
	ul.nice-menu li {
		width: 33.16%;
	}
}

@media all and (max-width: 590px) {
	ul.nice-menu li {
		width: 49.81%;
	}
}