/* $Id: nice_menus_default.css,v 1.6 2007/10/29 16:38:28 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.)

  To help understand the CSS, the HTML looks like this, where
    x is a number;
    TYPE is down/left/right;
    PATH is the menu path such as node/343;
    MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one,
  use its id (e.g. ul#nice-menu-2).

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for some CSS customization examples.
*/

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

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width:100%;
}

ul.nice-menu li {
  border-top: 0;
  float: left;
  background-color: #bcbcbc; /* #eff0f1; */
  padding:5px 0 0 5px;
  line-height: 14px; 
  margin: 0;
  background-image: none;
}


ul.nice-menu a {
  padding: 8px 10px 8px 10px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-transform:uppercase;
}
/* --------- */
ul.nice-menu {
  background-color: #bcbcbc; 
}

ul.nice-menu li.menuparent a {
  border-right:2px dotted #ccc;
  padding: 8px 10px 8px 10px;
  /*color: #000;*/
  font-size: 1.1em;
  display: block;
}

ul.nice-menu li.menuparent ul {
  text-align: left;
}
ul.nice-menu li.menuparent ul li {
  padding:25px 0 5px 5px;
}

ul.nice-menu li.menuparent ul li a {
  color:#666;
  border:none;
  font-size:1.1em;
}
ul.nice-menu li.menuparent ul li a:hover {
  /* border:1px solid #666; */
}


/* --------- */
ul.nice-menu li.menuparent ul {
  border:1px solid #999;
}

ul.nice-menu li.menuparent ul li:hover {
  background-color: #bcbcbc; /* #fff; */
}


ul.nice-menu a:hover {
	color: #000; /* #999 */
	background-color: #bcbcbc; /* #fff */
}
/* -------- */
ul.nice-menu li.menuparent:hover /* a:hover */ {
	/*color: #000;
	background-color: #bcbcbc; /* eff0f1 */
}

/* -------- */

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 30px;
  left: -1px;
  border: 0;

  margin-right: 0;
}

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


ul.nice-menu ul li {
  font-size: 12px;
  width: 250px; /* was 180px; */
}

ul.nice-menu ul li li {
  width: 250px; /* was 180px; */
}


.menuparent ul li li { display: none; }

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

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
}

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

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
  background: #ccc 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.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
  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;
  border: 0;
}

ul.nice-menu-down li {
	/*top: -15px;*/
}

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

ul.nice-menu-down ul {
  left: 10px;
}

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

ul.nice-menu-down ul li span {
  display: none;
}

ul.nice-menu-down li ul li ul,
#header-region ul.nice-menu-down li ul li ul {
}

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

ul.nice-menu-down li.menuparent {
  background: #fff;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over {
  background: #eff0f1;
}

ul.nice-menu-down li.over a {
	color: #006699;
	color: #ffffff;
}

ul.nice-menu-down li li.menuparent {
  background: #eff0f1;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over {
  background: #eff0f1;
}
/* -------- */
