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

.block-nice_menus{
    height:31px;
    border-bottom:1px solid #BBBBBD;
}

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family:Arial;
  z-index:600;
}

ul.nice-menu li {
  float: left;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0;
  
}

/* 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 a {
    
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 22px;
  left: -1px;  
  margin-right: 0;
  background-color:#FFFFFF;
  padding-bottom:11px;
}

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

ul.nice-menu ul li {
  width: 200px;
}

ul.nice-menu a,
ul.nice-menu li.menuparent ul li a{
    color:#012d69;
}

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

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

ul.nice-menu-down li {

}

ul.nice-menu-down li ul {
  border: 1px solid #97999c;
  border-top:none;
}

ul.nice-menu-down ul {
  left: -1px;
}

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 li.menuparent ul li a{
    font-size:11px;
    text-align:left;
    padding-left:14px;
    font-weight:normal;
}

ul.nice-menu-down li.menuparent ul li a:hover{
    text-decoration:underline;
    font-weight:bold;
}

ul.nice-menu-down .menuparent a {
  font-size: 12px;
  padding: 8px 0 0;
  text-align:center;
  
  font-weight:bold;
}

ul.nice-menu-down .active-trail a{
    color:#b30027;
}

ul.nice-menu-down .menuparent li a.active {
  color:#b30027;
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  border: 1px solid #FFFFFF;
  border-top:none;
}


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 {
  border: 1px solid #97999c;
  border-top:none;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {

}

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 {

}

.nice-menu-hide-title{
    display:none;
}

/***CUSTOM WIDTHS AND DROPDOWNS***/
ul.nice-menu-down #menu-504,
ul.nice-menu-down #menu-504 ul li,
ul.nice-menu-down #menu-504 a{
    width:223px;
}

ul.nice-menu-down #menu-504 li a{
    width:209px;
}

ul.nice-menu-down #menu-505,
ul.nice-menu-down #menu-505 ul li,
ul.nice-menu-down #menu-505 a{
    width:88px;
}

ul.nice-menu-down #menu-505 li a{
    width:74px;
}

ul.nice-menu-down #menu-507,
ul.nice-menu-down #menu-507 ul li,
ul.nice-menu-down #menu-507 a{
    width:85px;
}

ul.nice-menu-down #menu-507 li a{
    width:71px;
}

ul.nice-menu-down #menu-506,
ul.nice-menu-down #menu-506 ul li,
ul.nice-menu-down #menu-506 a{
    width:170px;
}

ul.nice-menu-down #menu-506 li a{
    width:156px;
}

/***Our Program***/
#nice-menu-2{
    float:right;
}

#nice-menu-2 li{
    width:130px;
}

#nice-menu-2 li #menu-530,
#nice-menu-2 li #menu-531{
    height:40px;
}

#nice-menu-2 li ul{
    padding-bottom:10px;
}

#nice-menu-2 li ul a{
    padding-right:8px;
    width:110px;
}
