/**
 * 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 { padding:0; margin:0; font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; background:url(../images/skin/menu-arrows.gif) no-repeat right; text-transform:uppercase;  }
#nav li.over {background:url(../images/skin/menu-arrows-over.gif) no-repeat right; }
#nav li.nav-best-sellers a {margin:0;  padding:6px 12px 6px 3px;}
#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:#b23308; }
#nav a { float:left; padding:6px 12px 6px 15px; color:#514e30; }
#nav li.over a,
#nav a:hover { color:#a58b5a; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#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;}
/************ 2ND LEVEL ************/
#nav ul { position:absolute; top:25px; left:-10000px; border:3px solid #000; background:#fff; padding:0px 5px 5px 5px; font-size:.85em; width:200px; }
#nav li.nav-art ul {width:200px;}
#nav li.nav-food-drink ul {width:240px;}
#nav li.nav-stores ul li {text-transform:none; border-bottom:1px solid #a58b5a; padding-bottom:2px;}
#nav li.nav-stores ul li.last {border:none;}
#nav li.nav-cards-books-calendars ul{width:240px;}
#nav ul li { float:none; clear:both; background:none; text-transform:uppercase; padding-top:5px; margin:0; }
#nav ul li.over {background:none;}
#nav ul li a {font-weight:bold;}
/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over ul {left:0; }


#nav ul li a, #nav li.over ul li a{ color:#474933;}
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover, #nav li.over ul li a:hover {color:#a58b5a; }

/************ 3RD+ LEVEL ************/
#nav li ul ul, #nav li.over ul ul { top:0px; left:0; position:relative; border:none; font-size:.8em; padding:0 0 0 0; background:none;}
#nav li ul li ul li {display:inline; float:left; text-transform:none; clear:none;  background:none; padding:0 9px 0 3px;  margin-bottom:3px; background:url(../images/subnav-thirdtier-bullet.gif) no-repeat right;}
#nav li ul li ul li.last {border:none; background:none;}
#nav li ul li ul li a, #nav li ul li ul li a:link, #nav li ul li ul li a:visited{text-decoration:none; font-weight:normal; float:left; color:#b80411;} 
#nav li.over ul li ul li a:hover{text-decoration:underline; font-weight:normal; float:left; color:#000; background:none;}
