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

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

/************ 0 LEVEL  ***************/
#navigation li { float:left; }
#navigation li.active a { color:#d96708; }
#navigation a { float:left;color:#a7c6dd; font-weight:bold; }
#navigation li.over a,
#navigation a:hover { color:#d96708; }

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

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

/************ 2ND LEVEL ************/
#navigation ul { position:absolute; top:30px; left:-10000px; }

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


#navigation ul li a:hover { background:#d5e4eb; }
#navigation ul li a,
#navigation ul li a:hover { color:#4D7875 !important; }
#navigation ul span, #navigation ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#navigation ul ul { top:5px; display:none; }

/* Sergei - 10/03/10 */
/* Hide menu items */
.mainnav #navigation li.add-on-gifts { display: none;}

