/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { font-size:1em; padding: 0 3px;}
.header-nav {

	border-radius: 5px;



	-moz-border-radius: 5px;  



	-webkit-border-radius: 5px;  

opacity: .95;

}

#nav li.first a,

#nav li.first a:hover,

#nav li.first a:active,

#nav li.first a:focus {

	border-top-left-radius: 5px;

	-moz-border-radius-topleft: 5px;   

	-webkit-border-top-left-radius: 5px; 

}

.nav-featured { display:none}
.nav-napkins a, .nav-candles a, .nav-decorative-matches a, .nav-gift-bags a{ font-weight:bold !important}
.level1 a{ font-weight:normal !important}

/************** 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.1em; 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; border-right:1px solid #59646b; background:/* url(../images/navigation-div.gif) no-repeat 100% 50%;*/ }
/*#nav li:hover {background: #128fa1 }*/
#nav li.active > a { color:#fff; }
#nav a { float:left; padding: 8px 15px 7px; color:#dde3e9;  font-weight:bold; }
#nav a:hover { color:#fff; }
#nav li.over > a { color: #fff; }

/************ 1ST LEVEL ************/
#nav ul { border:#CCFF66 0px solid; margin-top:-3px; margin-left:-1px; opacity: .7;
}

#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#888; border-left:1px solid #59646b; }
#nav ul li.last {  padding-bottom:0; }

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

#nav ul li a:hover { background: #1c2124 !important; }
/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:32px; left:-10000px; }

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

#nav ul li a { background: #2e3539; }
#nav ul li a:hover { background: #1c2124 !important; }
#nav ul li a,
#nav ul li a:hover { }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

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

/*****/
#nav-sidebox { background:#1C2124 !important}
#nav-sidebox a {
    font: 14px/26px "Segoe UI", Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #777; color: #6D8D9F;  color: #E8E8E8;  
}
#nav-sidebox a:hover {
    color: #94C5E0;  
}
#nav-sidebox ul {
    padding-left: 15px;
}
#nav-sidebox ul.level1 {
    display: none;
}

#nav-sidebox ul.level0 li.active span{ font-weight:normal; color:#fff}
#nav-sidebox li.active span{ font-weight:normal; color:#94C5E0}