/* $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 ul ul li a {
padding:0 0 0 5px;
}

#navigation ul ul li {
padding:0;
}

#leftside .block-nice_menus ul li.menuparent a span, ul.nice-menu ul li.menuparent a span{
	margin-left:5px;
	font-weight: bold;
}

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;

}
ul.nice-menu li {
  float: left;
  /* Additional overrides to deal with Garland theme. */
  margin: 0 4px 0 4px;
  padding-left: 0;
  font-size: 10px;
  font-family: Helvetica, sans-serif;

}
/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background:#a1a1a1;

}
ul.nice-menu a {
  padding: 0.3em 8px 0.4em 8px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
ul.nice-menu ul {
  top: 2.25em;
  left: -1px;
  margin-right: 0;
  font-size: 1em;

}
#header-region ul.nice-menu ul {
  left: -1px;
  top: 3em;
  border: 0;
  padding: 0;
  z-index: 111;  

}
/* this is for the drop-downs for the nav menu */
ul.nice-menu ul li  {
  margin: 0;
 font-size:8px;
  background-color: #ccc;
/* overflow: hidden; */
white-space: nowrap;
border: 1px solid #808080;
border-top:0px;
width: 18em;

}
ul.nice-menu ul li a {
  font-size: 10px;
margin-left:0;
  /*color: #333;*/
  background:#a1a1a1;
}
#menu-458 li { width: 30em; }
#menu-840 li { width: 20em; }
#menu-236 li { width: 24em; }



/******************************
 VERTICAL (right) menus - LEFT SIDE NAV
******************************/
#leftside .block-nice_menus ul a:hover { background-color: #333; color: #fff; }
#leftside .block-nice_menus ul li a.active {
  color: #333;
  background: #fff url('images/arrow_right.png') left center no-repeat;
}
/* This is the default width of all vertical menus. */
#leftside .block-nice_menus ul li {
  width: 136px;
  background-color: #eee;
  margin: 0;
  border: 0;
  border-bottom: solid 1px #808080;
    list-style-image: none;
font-size: .8em;
    list-style-type: none;

}
/* VERTICAL menus where submenus pop RIGHT (default). */


/******************************
 HORIZONTAL (Down) menus - TOP NAV
******************************/
ul.nice-menu-down, ul.nice-menu-down ul { z-index: 1101;  }
ul.nice-menu-down { float: left; border: 0; }
ul.nice-menu-down ul { left: 0; top:28px;}
ul.nice-menu-down ul li { clear: both; }
ul.nice-menu-down li { color: red; z-index: 6; border: 0; background-color: transparent; }
ul.nice-menu-down li li { }
ul.nice-menu-down a { font-size: 1.25em; color: #8B1A1A; }
ul.nice-menu-down a:hover { background-color: #8B1A1A; color: #fff; border-color: #808080; }
ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 10.5em;
  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-image: none;
  background-color: transparent;
}

ul.nice-menu li {
	font-family:Arial, Helvetica, sans-serif;
}

ul.nice-menu-down li ul li ul, #header-region ul.nice-menu-down li ul li ul {
left:18em;
top:-1px;
}

ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
  position: absolute;
  visibility: hidden;
background:url(../../themes/admire_gray/images/menou1.png) repeat-x;

}

#leftside .block-nice_menus ul.nice-menu ul li {
	width: inherit;
}

#leftside .block-nice_menus ul.nice-menu ul,
#leftside .block-nice_menus #header-region ul.nice-menu ul {
  position: inherit;
  visibility: visible;

}

#leftside .block-nice_menus ul.nice-menu ul li a {
	background: #ddd;
	padding-left:20px;
	width:110px;
}

#leftside .block-nice_menus ul.nice-menu ul li a.active {
	background: #fff;
	width:109px;
}

#leftside .block-nice_menus ul.nice-menu ul li a:hover {
	background: #000;
	color:#fff;
}

#leftside .block-nice_menus ul.nice-menu ul li {
	border:none;
}



#leftside .block-nice_menus ul.nice-menu ul {
	left:0;
	top:0;
}
