/* $Id: nice_menus_default.css,v 1.10 2010/10/09 16:58:04 add1sun Exp $ */
/*
  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 (https://drupal.org/node/185543)
  for more information on using the CSS.
*/

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

ul.nice-menu,
ul.nice-menu ul {
 	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:100;

}

ul.nice-menu li {
float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;

}

ul.nice-menu a {
	color: #FFF;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 7px 12px 8px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #ae3712;}

ul.nice-menu ul {
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 7px 12px 8px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0 1px 0 #ae3712;
	z-index:100;
}

ul.nice-menu li a:hover, ul.nice-menu li a:active {
	
	color: #434342;
	display: block;
	text-decoration: none;
    text-shadow: 0 1px 0 #f2efef;
    background: url(../../themes/stunningpress/images/nav-hover1.png) top left repeat-x;
	}

ul.nice-menu ul li {
  /** width: 12.5em; */
  width: 12em;
  	color: #434342;
	display: block;
	text-decoration: none;
    text-shadow: 0 1px 0 #f2efef;
    background: url(../../themes/stunningpress/images/nav-background.png) top left repeat-x;

}



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

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



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

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

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

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

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



ul.nice-menu-down li.menuparent:hover {
  background: #ccc right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent {
  background: #eee right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover {
  background: #ccc right center no-repeat; /* LTR */
}