/* $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
******************************/
div#block-nice_menus-1
{
  display: block;
  margin-bottom: 8px;
  height: 32px;
}

.block-nice_menus {
  line-height: normal;
  z-index: 10;
  /*
width:902px;
*/
  margin-left: 0px;
  position: relative;
  top: 0px;
  right: 0pt;
}



ul.nice-menu,
ul.nice-menu ul,
.block ul#nice-menu-1,
.item-list ul#nice-menu-1
 {
  list-style: none;
  padding: 3px 0 0 0;
  margin: 0;
  background-color: #FFFFFF;
}


ul.nice-menu li {
  
  border-top: 0;
  float: left;
  background-color: #fff;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0;
  background-image: none;
  color: black;
}

/* 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;
  height: 40px;
}

ul.nice-menu a {
  padding: 5px;
  text-decoration: none;
  color: #555B69;
}

ul.nice-menu ul a {
  padding: 5px;
  padding-left: 0px;
  padding-bottom: 3px;
  text-decoration: none;
  color: #555B69;
  border-top: 1px #555B69 dotted;
  margin: 0 5px;

}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 28px;
  left: 0px;
  border: 1px solid #555B69;
  margin-right: 0;
  padding: 0px;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  font-family: verdana;
}

ul.nice-menu ul li {
  width: 176px;
  height:28px;
  padding: 0px;
  text-align: left;
}

ul.nice-menu ul li:hover
 {
  background: #efefef;
}

ul.nice-menu ul li a:hover
 {
  color: #F65B07;
  border-top: 1px #555B69 dotted;
}

ul.nice-menu ul li a {
  width: 169px;
  height:24px;
  padding: 0px 5px;
  color: black;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  text-transform: none;
  border-right: none;
  width: 154px;
}

/******************************
 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: 136px;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 136px;
  left: 136px;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 136px;
  left: 136px;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #fff url(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: #eee url(arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 136px;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 136px;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #fff url(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: #eee url(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: 1px solid #92969A; 
}

ul.nice-menu-down li {
  width: 179px; 
  margin-right:1px;
  
}

ul.nice-menu-down li#menu-24862 a,
ul.nice-menu-down li#menu-24863 a,
ul.nice-menu-down li#menu-24864 a,
ul.nice-menu-down li#menu-24865 a,
ul.nice-menu-down li#menu-25175 a 
{
	font-weight: bold;
}
ul.nice-menu-down li#menu-24862 ul a,
ul.nice-menu-down li#menu-24863 ul a,
ul.nice-menu-down li#menu-24864 ul a,
ul.nice-menu-down li#menu-24865 ul a,
ul.nice-menu-down li#menu-25175 ul a 
{
	font-weight: normal;
}

ul.nice-menu-down li#menu-24862 {
  border-bottom: 2px solid #F65B07;
}

ul.nice-menu-down li#menu-24863 {
  border-bottom: 2px solid #417FA8;
}

ul.nice-menu-down li#menu-24864 {
  border-bottom: 2px solid #88aa40;
}

ul.nice-menu-down li#menu-24865 {
  border-bottom: 2px solid #920055;
}

/*
ul.nice-menu-down li#menu-24868,
ul.nice-menu-down li#menu-24868.menuparent
*/
ul.nice-menu-down li#menu-25175,
ul.nice-menu-down li#menu-25175.menuparent
 {
  border-bottom: 2px solid #bfaf2c;
  border-right: none;
  margin-right:0;
}

ul.nice-menu-down li#menu-25175 a
 {
  border-right: none;
}




ul.nice-menu-down li li {
  border: 0;
}

ul.nice-menu-down ul {
  left: 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: 176px;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding: 4px 5px 1px 7px;
  horizontal-align: left;
  border-right: 1px #555B69 solid;
  margin-bottom: 3px;
  font-family: trebuchet MS, arial;
}

ul.nice-menu-down .menuparent ul a {
  border-right: none;
}



ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  font-size: 14px;
  font-weight: bold;
  font-family: trebuchet MS, arial;
  border-left: 0;
  text-align: center;
  border-top: 0px;
  text-transform: uppercase;
}

ul.nice-menu-down li.menuparent ul li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent ul li.menuparent {
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: trebuchet MS, arial;
  border-left: 0;
  text-align: left;
  border-top: 0px;
  /*border-right: 1px #888 solid;*/
  text-align: center;
}

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: #ffffff url(arrow-down.png) right center no-repeat;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(/sites/teligence.net/files/images/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(arrow-right.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent a,
ul.nice-menu-down li li a,
{
  border-top: 1px #555B69 dotted;
}

