/* $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;
  /* border-top: 1px solid #ccc; */
}

ul.nice-menu li {
  border-right: 1px solid #7F7A77; /* #BB9761 */
  border-top: 0;
  float: left;
  margin: 0;
  padding: 0;
  text-align:center;
}

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

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */

}

ul.nice-menu li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  /*display: block;*/
  color: #FFFFFF;
  background: #514746 url('images/button01.jpg');
}

ul.nice-menu li a:hover {
  background: #ABAA7C url('images/button02.jpg');
  color: #FFFFFF;
  text-decoration: none;
}

ul.nice-menu li a.active {
  background: #ABAA7C url('images/button02.jpg');
  color: #FFFFFF;
}


/* Sub Menu Placement and border */
ul.nice-menu ul {
  border: 0;
  border-top: 1px solid transparent; 
  margin-right: 0;
  padding: 0;
}


/* Sub Menu width */
ul.nice-menu ul li {
  width: 210px;
  text-align:left;
}


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

/* Sub Menu borders */
ul.nice-menu li li {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

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

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

ul.nice-menu li li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  text-decoration: none;
  background: #453A36;
  padding: 0.4em 1em;
}

ul.nice-menu li li a:hover {
  background: #9F9F69;
}

ul.nice-menu li li a.active {
  background: #9F9F69;
}

ul.nice-menu li li a.active:hover {
  background: #9F9F69;
}

ul.nice-menu-down li ul li ul {
  left: 210px;
  top: -1px;
}

#b1 {
  width: 75px;
}

#b2 {
  width: 90px;
}

#b3 {
  width: 87px;
}

#b4 {
  width: 80px;
}

#b5 {
  width: 72px;
}

#b6 {
  width: 100px;
}

#b7 {
  width: 192px;
}

#b8 {
  width: 80px;
}
