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

ul.nice-menu li {
float:left;
margin:0;
padding:0;
border-right: 1px solid #444;
background: none;
height: 30px;
}

ul.nice-menu li a {
font-weight:bold;
line-height:20px;
text-transform:none;
letter-spacing: 0;
color: white;
padding: 5px 15px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}

/* 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 ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px;
  border: 0;
  margin-right: 0;
}

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

/******************************
 HORIZONTAL (down) menus 
******************************/
  #block-nice_menus-1 ul
  {
  	margin: 0;
	padding: 0;
	text-align: left;
  }
  
  #block-nice_menus-1 ul li
  {
	display: inline;
	list-style-type: none;
  }

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

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

#top-nav ul.nice-menu-down ul {
  top: 30px;
  /*left: -1px;*/
  background: #c9e9f9;
  padding: 6px 0 25px 25px;
  margin-left: 0px;
  /*border-left: 1px solid #222;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;*/
  z-index:1;
}

/*#top-nav ul.nice-menu-down #menu-264 ul,*/
#top-nav ul.nice-menu-down #menu-4824 ul {
  width: 330px;
}

ul.nice-menu-down ul li {
  border: 0;
  background:transparent url(ec1a1f004722af363470b0da7e5f888628493f88.gif)  repeat-x bottom;
  height: auto;
  width: 140px;
  float: left;
  margin-right: 25px;
  clear: left;
}

ul.nice-menu-down ul li a {
  padding: 6px 0;
}

ul.nice-menu-down ul li a.active {
  background:transparent url(ec1a1f004722af363470b0da7e5f888628493f88.gif)  repeat-x bottom;
  cursor: default;
  color: #222;
}

ul.nice-menu-down ul li a {
  line-height: 15px;
  font-weight:normal;
  color: #069;
  font-size: 12px;
  text-transform: none;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-down li.menuparent a {
  padding-left: 25px;
}

ul.nice-menu-down li.menuparent ul a {
  padding-left: 0;
}

ul.nice-menu-down li.menuparent {
  background: url(e45f2210cdcb464acd822d231b050383cedebcd3.png)  8px 9px no-repeat;
}

ul.nice-menu li:hover {
background: #379ac1;
}

ul.nice-menu ul li:hover {
background: none;
}

ul.nice-menu li.menuparent:hover {
background: #379ac1 url(57c233476b631a2c2bdaf6c962f089c1d8127141.png)  8px 9px no-repeat;
}


/*Exceptions*/


li#menu-4826 {
	width: 305px;
	}


li#menu-4826 a {
	padding-bottom: 12px;
	}

li#menu-4837,
li#menu-4840,
li#menu-4839,
li#menu-4838,
li#menu-4841,
li#menu-5180,
li#menu-5181,
li#menu-5182,
li#menu-5183 {
	clear: none;
	}
	
li#menu-4827,
li#menu-4837,
li#menu-5179,
li#menu-5180 {
	padding-top: 10px;
	background: none;
	}

li#menu-4827 a,
li#menu-4837 a,
li#menu-5179 a,
li#menu-5180 a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #222;
	margin-left: auto;
	}
	
li#menu-5179 a.active,
li#menu-5180 a.active {
	background: none;
	}

li#menu-4827 a:hover,
li#menu-4837 a:hover,
li#menu-5179 a:hover,
li#menu-5180 a:hover {
	text-decoration: none;
	cursor: default;
	}