/* $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
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;

	
}

ul.nice-menu li {
  border:0;
  border-top: 0;
  float: left;
  background-color: transparent;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0;
  background-image: none;
}


ul.nice-menu a {
  padding: 3px 10px 3px 10px;
}

ul.nice-menu ul  {
  top: 26px;
  left: -1px;
  border: 0;
  margin-right: 0;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {
     border:0;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

#block-nice_menu-1
{
  float:left;
  width:100%;
}

#nice-menu-1 {
  list-style: none;
  border-left: 1px solid #4794FC; 
  height:23px;
}

#nice-menu-1 ul
{
  padding: 0;
  margin: 0;
  list-style: none;

}

#nice-menu-1 ul.links li
{
  float:left;
  margin:0;
  padding:0;

}


#nice-menu-1 a
{
  color: #FFF;
  font-weight: bold;
  display: block;
  float: left;
  margin: 0;
  padding: 4px;
  padding-left:8px;
}

#nice-menu-1 a
{
  text-decoration: none;
}

#nice-menu-1 a:hover
{
  text-decoration: none;
}

#nice-menu-1 li.menuparent,
#nice-menu-1 li {
  background-color: transparent;
}

#nice-menu-1 li ul li {
  background-color: #E6E6E6;
}


#header2-region  ul.nice-menu-down ul li {
  letter-spacing:normal;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
 /* 
   	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
*/
}

  
/* secondary ul's and li's */
#header2-region ul.nice-menu-down li.menuparent ul,
#header2-region ul.nice-menu-down li.menuparent ul li {
  border-width: 0;
  border-style: none;
  left:-2px;
}


/* all secondary links */
#header2-region ul.nice-menu li.menuparent ul li a {
  color: #10398C;
  width:197px;
}

/* the secondary link, when you :hover */
#header2-region ul.nice-menu-down li.menuparent ul li a:hover {
  color: #A2505E;
  background-color:#F1F1F1;
}

/* #menu-186 is: About Us */
#menu-186 {
  font-size: 11px;
  line-height: normal;
  letter-spacing: .2em;
  border:0;
  padding:0;
  padding-top:2px;
  padding-bottom:3px;
  padding-right:23px;
  background:url(../images/button_rightside.gif) no-repeat right top;
}
 
/* #menu-444 is: Subscriptions & Products */
#menu-444 {
  font-size: 11px;
  line-height: normal;
  letter-spacing: .2em;
  border:0;
  padding:0;
  height:26px;
  padding-right:23px;
  padding-left:12px;
  padding-top:2px;
  padding-bottom:3px;
    background:url(../images/button_rightside.gif) no-repeat right top;
}

#header2-region ul.nice-menu-down li#menu-444  ul li {
  width: 210px;
  border: solid #3764C9 1px;
  border-top:0;
}

 
/* #menu-445 is: Contact Us */
#menu-445 {
  font-size: 11px;
  line-height: normal;
  letter-spacing: .2em;
  border:0;
  padding:0;
  padding-right:23px;
  padding-left:12px;
  height:26px;
  padding-top:2px;
  padding-bottom:3px;
  background:url(../images/button_rightside.gif) no-repeat right top;
}


#header2-region ul.nice-menu-down li#menu-445  ul li {
  width: 210px;
  border: solid #3764C9 1px;
  border-top:0;
}

 
/* #menu-581 is: Cart */
#menu-581  {
  font-size: 11px;
  line-height: normal;
  letter-spacing: .2em;
  border:0;
  padding:0;
  padding-left:12px;
  padding-top:2px;
  padding-bottom:3px;
  padding-right:2px;
  text-indent:20px;
  background:url(../images/button_rightside_cart.gif) no-repeat right top;
}
