/*
  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 {letter-spacing:0.1em;font-size: 82%;font-weight:bold !important;}
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#block-nice-menus-1 ul.nice-menu{line-height:0;width:100%;margin-left:auto;margin-right:auto;display:table;} /* The last 3 styles is to center-align the menu on its container */

ul.nice-menu > li {
  border-top: 0;
  float: none;
  display: inline-block;
  margin: 0 10px;
  line-height:1.7em;
  vertical-align:middle;
  text-align:center;
}
ul.nice-menu li.last {}

ul.nice-menu a {
  text-decoration:none;
  color:#000;
  line-height: 1.7em;
  padding:5px 0;
  text-transform:uppercase;
}
ul.nice-menu > li > a,ul.nice-menu > li > span {}
ul.nice-menu > li > a:hover,ul.nice-menu > li > a.active {  color: #555;}
/* Fix for delay menu 
ul.nice-menu li.menuparent a{padding-bottom:0;border:none}
ul.nice-menu li.menuparent > ul{border-top: 1px solid;margin-top: 9px;width:150px}*/

ul.nice-menu ul {
  
  left: 0px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
  width:100%
}

ul.nice-menu ul li {


  background-color:#E0E0E0;
  width:auto;
  min-width:250px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing:0;
  color:#000;
  border-bottom:none
  text-align:center;
}

ul.nice-menu ul li a {
  color:#8D8D8D;
  border-bottom: none;
  
  letter-spacing:0.1em;
  font-size:0.846em
}

/******************************
 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: #eee 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: #ccc 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: #eee 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: #ccc 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 {
  
  
}

ul.nice-menu-down li {
  
}

ul.nice-menu-down li li {
  
}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  /*left: 12.5em; /* LTR 
  top: -1px;*/
  left:101%;
  top:-10px;
}

ul.nice-menu-down .menuparent > ul > li a {padding:6px 6px;}
ul.nice-menu-down .menuparent > ul > li a:hover {color:#000}

ul.nice-menu-down li.menuparent {
  
}

ul.nice-menu-down li.menuparent:hover {

}

ul.nice-menu-down li li.menuparent {

}

ul.nice-menu-down li li.menuparent:hover {

}

/* Login Menu (top) */
#block-system-user-menu {font-size: 12px}
#block-system-user-menu .content{text-align:right;}
#block-system-user-menu .content ul {margin:0}
#block-system-user-menu .content ul li { float: left; list-style: none; margin: 0 15px 15px 0; padding: 0; }
#block-system-user-menu .content ul li.last { margin-right: 0 !important;margin-bottom:0 }
#block-system-user-menu .content ul li a {text-decoration:none;color:#8D8D8D;display:block; text-transform: uppercase;}



a#menu_opener {display:none;background: left center no-repeat transparent;background-image: url(../images/menu-icon50.png);width: 25px;bottom:10px;position:absolute;right:20px;top:0px;z-index:10}
a#menu_opener:hover {/*background-position:left -25px*/}


@media screen and (max-width: 767px) {
	a#menu_opener {display:block !important}
	#block-dc-ajax-add-cart-ajax-shopping-cart {margin:10px 15px 0 20px}

	ul.nice-menu > li {display:block}
	
	/* Hide certain menu items in mobile version */
	li.menu-1517, li.menu-1524, li.menu-1557,li.menu-1533,li.menu-1558,li.menu-1887,li.menu-1910,li.menu-1934 {display:none !important}
}
