/* $Id: nice_menus_default.css,v 1.7 2009/02/09 00:19:36 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 {
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.nice-menu li {
  border: 0px none;
  background-color: #d0c9ac;
}

/* Overrides for Garland header. */
#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;
}

ul.nice-menu a {
	color: #000;
	text-decoration: none;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  border: 0;
}

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

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

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



ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #d0c9ac;
}

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



ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #d0c9ac;
}

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

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

/******************************
 HORIZONTAL (down) menus
******************************/
ul.nice-menu-down li {
  border:0;
  border-right:2px solid #000;
  line-height:14px;
  background: #d0c9ac;
  padding-right:0px;
  margin-right: 0px;
  
}

ul.nice-menu-down li:last-child {
  border-right:0px;
}


ul.nice-menu-down ul {
	-o-box-shadow:		10px 10px 20px #333;
	-icab-box-shadow:	10px 10px 20px #333;
	-khtml-box-shadow:	10px 10px 20px #333;
	-moz-box-shadow:	10px 10px 20px #333;
	-webkit-box-shadow:	10px 10px 20px #333;
	box-shadow:			10px 10px 20px #333;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

ul.nice-menu-down ul li {
  clear: both;
  line-height:20px;
  font-size:12px;
  
  
}

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

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: #d0c9ac;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: #d0c9ac;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: #5E080B;
}

ul.nice-menu-down li li,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li {
  background: #5E080B;
  color: #fff;
}

ul.nice-menu-down li li a,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li a{
	color:#fff;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #d0c9ac;
}

ul.nice-menu-down li li li.menuparent:hover,
ul.nice-menu-down li li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li li.menuparent:hover,
#header-region ul.nice-menu-down li li li.over {
  background: #d0c9ac;
}

UL.nice-menu-down LI LI:hover,
UL.nice-menu-down LI LI.over {
	background: #d0c9ac;
	color: #000;
}

UL.nice-menu-down LI LI a:hover,
UL.nice-menu-down LI LI a.over {
	color: #000;
}

ul.nice-menu .sf-sub-indicator {
width:0px;
display:none;
line-height:0;
}

ul.nice-menu ul li {
width:18em;
}

ul.nice-menu-down li ul li ul, #header-region ul.nice-menu-down li ul li ul {
left:15.5em;
}

ul.nice-menu, ul.nice-menu ul {
font-size:14px;
}

ul.nice-menu li.menuparent a {
padding:0.3em 5px;
}

#navbar ul {
padding-top:1px;
}