/* $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
******************************/
#navigation { overflow:visible; }

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

ul.nice-menu li {
  border-top: 0;
  float: left;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  background-image: none;  
  padding:0 4px;
}

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

ul.nice-menu ul a {
  color:#000000; text-decoration:none; font-weight:bold;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 40px;
  left: -1px;
  border: 0;
  margin-right: 0;
  width:140px;
}

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

ul.nice-menu ul li {
  width: 140px;
  text-align:left;
}
ul.nice-menu ul li a:hover {color:#98171A;}
/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {

}

ul.nice-menu-down li {

}

#nice-menu-1 #menu-240 a { background:url(images/plumb-client-access.jpg) no-repeat; font-size:0; width:235px; height:40px;}
#nice-menu-1 #menu-235 a { background:url(images/plumb-about.jpg) no-repeat; font-size:0; width:115px; height:40px;}
#nice-menu-1 #menu-237 a { background:url(images/project-gallery.jpg) no-repeat; font-size:0; width:139px; height:40px;}
#nice-menu-1 #menu-241 a { background:url(images/plumb-testimon.jpg) no-repeat; font-size:0; width:115px; height:40px;}
#nice-menu-1 #menu-238 a { background:url(images/plumb-links.jpg) no-repeat; font-size:0; width:115px; height:40px;}
#nice-menu-1 #menu-236 a { background:url(images/plumb-home.jpg) no-repeat; font-size:0; width:115px; height:40px;}
#nice-menu-1 #menu-239 a { background:url(images/plumb-homee.jpg) no-repeat; font-size:0; width:115px; height:40px;}
#nice-menu-1 #menu-237 li a { background:url(images/plumb-galdrop.jpg) no-repeat; width:235px; height:30px; font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; text-align:center; color:#0C288F; padding-top:10px;}
#nice-menu-1 #menu-235 li a { background:url(images/plumb-drop.jpg) no-repeat; width:175px; height:30px; font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; text-align:center; color:#0C288F; padding-top:10px;}
#nice-menu-1 #menu-240 li a { background:url(images/plumb-galdrop.jpg) no-repeat; width:235px; height:30px; font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; text-align:center; color:#0C288F; padding-top:10px;}

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

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

ul.nice-menu-down ul li {
  clear: both;
  width:122px;
  padding:3px 8px;
}
ul.nice-menu-down #menu-741 ul {
	width:288px;
}
ul.nice-menu-down #menu-741 ul li {
	width:272px;
}

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

ul.nice-menu-down .menuparent a {

}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: url(arrow-down.png) bottom center no-repeat;
}

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: url(arrow-down.png) bottom center no-repeat;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: #ffcc66 url(arrow-right.png) right center no-repeat;
  padding:0; margin:0;  min-height:10px;
}

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: #ffcc66 url(arrow-right.png) right center no-repeat;

}
ul.nice-menu li:hover, ul.nice-menu-down li.menuparent:hover, ul.nice-menu-down li.over { background:url(images/limenurollover.jpg) right bottom no-repeat;}