/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/*#nav { padding:0 20px; font-size:1.1em; }*/

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
/*#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }*/

/************ 0 LEVEL  ***************/
/*#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }*/

/************ 1ST LEVEL ************/
/*#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }*/
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
/*#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }*/

/************ 2ND LEVEL ************/
/*#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }*/

/* Show menu */
/*#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}*/

/************ 3RD+ LEVEL ************/
/*#nav ul ul { top:5px; }*/

#nav {
  width: 219px;
}


#nav li {
  display: block;
  position: relative;
  height: 39px;
  margin: 0;
  font-family: Cambria,Garamond,"Times New Roman",Times,serif;
}

#nav li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 219px !important;
  left: 219px;
  width: 130px;
  padding: 8px;
  border: 2px solid;
  z-index: 100;
}

#nav li li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 130px !important;
  left: 130px;
  width: 130px;
  padding: 8px;
  border: 2px solid;
}

#nav li:hover ul, #nav li.over ul {
  display: block;
}

#nav li:hover li ul, #nav li.over li ul {
  display: none;
}

#nav li li:hover ul, #nav li li.over ul {
  display: block;
}

#nav li a {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 202px;
  height: 38px;
  padding: 0 0 0 16px;
  margin: 0;
  line-height: 37px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
}

#nav li.nav-gifts {
  background: url(../images/nav-gifts.gif) left top no-repeat;
}

#nav li.nav-girls-rooms {
  background: url(../images/nav-girls.gif) left top no-repeat;
}

#nav li.nav-boys-rooms {
  background: url(../images/nav-boys.gif) left top no-repeat;
}

#nav li.nav-baby-rooms {
  background: url(../images/nav-babies.gif) left top no-repeat;
}

#nav li.nav-gear {
  background: url(../images/nav-gear.gif) left top no-repeat;
}

#nav li li {
  height: auto;
}

#nav li li a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 0 3px;
  line-height: 19px;
  margin-bottom: 0;
  border-right: 0 none;
  border-bottom: 0 none;
  color: #4e4d4d;
  text-transform: lowercase;
  background: url(../images/hdots.gif) left bottom repeat-x;
}

#nav li li.last a {
  background: none;
}

#nav li.nav-gifts li a:hover {
  color: #b486be;
}

#nav li.nav-gifts ul {
  background: #e3c6e9;
  border-color: #b486be;
}

#nav li.nav-girls-rooms li a:hover {
  color: #8175ef;
}

#nav li.nav-girls-rooms ul {
  background: #c9c5ea;
  border-color: #8175ef;
}

#nav li.nav-boys-rooms li a:hover {
  color: #6e8bdc;
}

#nav li.nav-boys-rooms ul {
  background: #bfc9e5;
  border-color: #6e8bdc;
}

#nav li.nav-baby-rooms li a:hover {
  color: #7ab580;
}

#nav li.nav-baby-rooms ul {
  background: #c3e7c6;
  border-color: #7ab580;
}

#nav li.nav-gear li a:hover {
  color: #f87075;
}

#nav li.nav-gear ul {
  background: #fcbec8;
  border-color: #f87075;
}

a.nav-gift-certificates {
  position: absolute;
  right: -64px;
  top: 45px;
  z-index: 1000;
}

a.nav-gift-certificates {
  display: block;
  width: 103px;
  height: 188px;
  background: url(../images/gift-cert-tag.png) left top no-repeat;
  text-indent: -9999px;
  border: 0 none;
}