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

/* Nice menu #2 */
ul.nice-menu2,
ul.nice-menu2 ul {
  list-style: none;
  padding-left: 50px;
  margin: 0;
  border-top: 0;
}

ul.nice-menu2 li {
	border: 0;
	float: left;
	font-variant:normal;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
  	margin: 0;
	margin-left:40px;
	padding-left: 10px;
	padding-right:10px;
	background-image: none;
	padding-top: 3px;
} 

ul.nice-menu2 li a:link, ul.nice-menu2 li a:visited {
  color: #fff;
  outline: none;
  text-decoration: none;
}

ul.nice-menu2 li a:hover {
  color: #0091d2;
  outline: none;
/*  text-decoration: underline;*/
}

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding-left: 5px;
  margin: 0;
  border-top: 0;
}

ul.nice-menu li {
	border: 0;
	float: left;
	font-variant:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
  	margin: 0;
	margin-left: 0px;
	padding-left: 10px;
	padding-right:10px;
	background-image: none;
}

ul.nice-menu li a:link, ul.nice-menu li a:visited {
  color: #000;
  outline: none;
  text-decoration: none;
}

ul.nice-menu li a:hover {
  color: #0091d2;
  outline: none;
/*  text-decoration: underline;*/
}

/* Overrides for Garland header. */
#header-region ul.nice-menu2 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-menu2 a {
  padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu2 ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu2 ul {
  top: 1.8em;
  left: -1px;
  border: 0;
  border-top: 0;
  margin-right: 0;
}

#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 {
  padding: 0.3em 5px 0.3em 5px;
}

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

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

ul.nice-menu2 ul li {
  width: 12.5em;
}

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

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

/******************************
 Global CSS for nice-menu-nav menu types
******************************/
p.nice-menu-nav,
p.nice-menu-nav p {
	font-size: 18px;
	text-align: right;
	color: #006699;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 0px;
	margin-bottom: 0px;
	float: none;
	width: auto;
}

ul.nice-menu-nav,
ul.nice-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0;
}

ul.nice-menu-nav li {
	border: 0;
	border-top: 0;
	float: left;
	font-variant:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	/* Additional overrides to deal with Garland theme. */
    margin: 0;
	margin-left:0px;
	padding-left: 10px;
	padding-right:10px;
	background-image: none;
	border-left: 1px solid #000;
	width:auto;
}

#menu-path-front {
	border-left: 0px;
}

ul.nice-menu-nav li a:link, ul.nice-menu-nav li a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}

ul.nice-menu-nav li a:hover {
	color: #999;
	outline: none;/*  text-decoration: underline;*/
}



/* Overrides for Garland header. */
#header-region ul.nice-menu-nav 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-nav a {
  padding: 0.3em 5px 0.3em 5px;
}

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

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

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

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

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url(http://www.thekennedycenteroshkosh.com/arrow-right.png) right center no-repeat;
}

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: #ccc url(http://www.thekennedycenteroshkosh.com/arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(http://www.thekennedycenteroshkosh.com/arrow-left.png) left center no-repeat;
}

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: #ccc url(http://www.thekennedycenteroshkosh.com/arrow-left.png) left center no-repeat;
*/}

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

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

ul.nice-menu-down {
  float: left;
  border: 0;
  border-left:0;
  font-variant:small-caps;

}

ul.nice-menu-down li {
  border-top: 0;
    border-left: 1px solid #bcbdc0; /* MENU SEPERATOR */
}

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

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

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

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 .menuparent a {
 /* padding-right: 15px; */
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
/*  background: #eee url(http://www.thekennedycenteroshkosh.com/arrow-down.png) right 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: #ccc url(http://www.thekennedycenteroshkosh.com/arrow-down.png) right center no-repeat;
*/}

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

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: #ccc url(http://www.thekennedycenteroshkosh.com/arrow-right.png) right center no-repeat;
*/}

/*************************************
 HORIZONTAL (down) menus; Variation #2
*************************************/

ul.nice-menu-down2 {
  float: left;
  border: 0;
  border-left:0;
  font-variant:small-caps;

}

ul.nice-menu-down2 li {
  border-top: 0;
    border-left: 1px solid #bcbdc0; /* MENU SEPERATOR */
}

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

ul.nice-menu-down2 ul {
  left: 0;
  border: 0;
}

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

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

ul.nice-menu-down2 .menuparent a {
 /* padding-right: 15px; */
}

ul.nice-menu-down2 li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down2 li.menuparent {
/*  background: #eee url(http://www.thekennedycenteroshkosh.com/arrow-down.png) right center no-repeat;
*/}

ul.nice-menu-down2 li.menuparent:hover,
ul.nice-menu-down2 li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down2 li.menuparent:hover,
#header-region ul.nice-menu-down2 li.over {
 /* background: #ccc url(http://www.thekennedycenteroshkosh.com/arrow-down.png) right center no-repeat;
*/}

ul.nice-menu-down2 li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down2 li li.menuparent {
 /* background: #eee url(http://www.thekennedycenteroshkosh.com/arrow-right.png) right center no-repeat;
*/}

ul.nice-menu-down2 li li.menuparent:hover,
ul.nice-menu-down2 li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down2 li li.menuparent:hover,
#header-region ul.nice-menu-down2 li li.over {
/*  background: #ccc url(http://www.thekennedycenteroshkosh.com/arrow-right.png) right center no-repeat;
*/}

#menu-144{
    border:0;
}

ul.nice-menu2 li li a {
    color:#EEE;
}

ul.nice-menu2 li li a:hover {
    color: #666666;
}

ul.nice-menu li li a {
    color:#EEE;
}

ul.nice-menu li li a:hover {
    color: #666666;
}