/* $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 (http://drupal.org/node/185543)
  for more information on using the CSS.
*/

/******************************
 Global CSS for ALL menu types
******************************/
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left:0px;
  background-color:#CCC;
  font-size:14px;
  text-transform:uppercase;
  font-weight:bold;
  
}

ul.nice-menu li {
  border: 1px solid #ccc;
  border-top: 0;
  float: left; /* LTR */
  background-color: #eee;
}

ul.nice-menu a {
  padding: 4px 15px 4px 12px;
}

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

ul.nice-menu ul li {
  width: 100%;
}

ul.nice-menu,
  ul.nice-menu ul,
  ul.nice-menu li {
    border: 0;
	color:#333333;
    background:none;
	z-index:200 !important;
  }

ul.nice-menu li a, ul.nice-menu li a:link{ 
    color:#fff !important; 
	margin:0px 5px 0px 0px;
	text-decoration:none;
	background: none;
  }
  
  ul.nice-menu li a:hover, ul.nice-menu li a:active { 
    color: #fff; 
    background:#e95223;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px #000; -moz-box-shadow: 0px 2px 2px #000; box-shadow: 0px 4px 4px #000;
  }
  
ul.nice-menu li.menuparent.active-trail a, ul.nice-menu li.active-trail a {
	color: #fff; 
    background:#e95223;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px #000; -moz-box-shadow: 0px 2px 2px #000; box-shadow: 0px 4px 4px #000;
	text-decoration: none;
}
    
ul.nice-menu li.menuparent ul { border: 1px solid #000; -webkit-box-shadow: 0px 6px 12px -4px #000; -moz-box-shadow: 0px 6px 12px -4px #000; box-shadow: 0px 6px 12px -4px #000; width: 12em; margin-top:0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#333;}
	
ul.nice-menu li.menuparent li a, ul.nice-menu li.menuparent li a:link, ul.nice-menu li.menuparent.active-trail li a, ul.nice-menu li.menuparent.active-trail li a:link { 
    color:#24389b;
	background:none;
	border:0px solid #000;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	padding:5px 15px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

ul.nice-menu li.menuparent li a:hover, ul.nice-menu li.menuparent li a:active,ul.nice-menu li.menuparent.active-trail li a:hover, ul.nice-menu li.menuparent.active-trail li a:active { 
    color: #fff; 
    background:#e95223;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  }

ul.nice-menu li.menuparent.active-trail ul li.active-trail a{
	background-color:#e95223;
	color:#fff;
	text-decoration: none;
}

ul.nice-menu li.menuparent.active-trail ul li.active-trail a:hover{
	background:#e95223;
	color:#fff;
	text-decoration: none;
}

ul.nice-menu li.menuparent.active-trail ul li.menuparent.active-trail a{
	background:#24389b;
	color:#fff;
	text-decoration: none;
}

ul#nice-menu-2 li a, ul#nice-menu-2 li a:link{ 
    color:#fff; 
	margin:0px 5px 10px 0px;
	text-decoration:none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0px 6px 12px -4px #999; -moz-box-shadow: 0px 6px 12px -4px #999; box-shadow: 0px 6px 12px -4px #999;
	background: #24389b;
  }
  
  ul#nice-menu-2 li a:hover, ul#nice-menu-2 li a:active { 
    color: #175ebe; 
    background:#eee;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0px 6px 12px -4px #999; -moz-box-shadow: 0px 6px 12px -4px #999; box-shadow: 0px 6px 12px -4px #999;
  }

/******************************
 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: 100%;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 11em;
  top: 0px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 11em;
  top: 0px;
}

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

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  background: transparent url(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(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(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 */
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0px solid #ccc;
}

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;
}

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

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

ul.nice-menu-down li.menuparent {
  background:none; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
  background: none; /* LTR */
}

ul.nice-menu-down li li.menuparent {
  background: none; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover {
  background: none; /* LTR */
}

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

/**
 * Global CSS for ALL menu types
 */
ul.nice-menu li {
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

#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;
  background: #eee;
}

#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 0px solid #ccc;
  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: #eee url(arrow-down.png) right center no-repeat; /* LTR */
}

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

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

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