/**
 * 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-container { z-index:5; height:34px; position:relative; padding:2px 8px 0; font-size:1em; background:url(../images/nav.png) no-repeat; font-family:Arial, Helvetica, sans-serif; text-shadow:1px 1px #AFA49B; }

#nav-container ul ul { text-shadow:none; font-family:Arial, Helvetica, sans-serif; font-style:normal; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav-container ul li { position:relative; text-align:left; }
#nav-container ul li.over { z-index:999; }
#nav-container ul a,
#nav-container ul a:hover { display:block; line-height:1.14em; text-decoration:none; }
#nav-container ul span { display:block; cursor:pointer; white-space:nowrap; }
#nav-container ul li ul span { white-space:normal; }

/************ 0 LEVEL  ***************/
#nav-container ul { }
#nav-container ul li { float:left; padding-right:5px; }
#nav-container ul a { float:left; }
#nav-container ul a span { color:#EFEBE0; display:block; padding:7px 10px 9px 10px; font-family:Georgia, "Times New Roman", Times, serif; font-style:oblique; font-weight:normal; text-shadow:1px 1px #222; font-size:12px; line-height:18px; }
#nav-container ul li.over a,
#nav-container ul a:hover { padding-left:3px; background:url(../images/nav_a_left.png) no-repeat left top; }
#nav-container ul li.over a span,
#nav-container ul a:hover span { color:#111; text-shadow:none; padding-left:7px; background:url(../images/nav_a_right.png) no-repeat right top; }
#nav-container ul li.active a { padding-left:3px; background:url(../images/nav_a_left.png) no-repeat left top; }
#nav-container ul li.active a span { color:#111; text-shadow:none; padding-left:7px; background:url(../images/nav_a_right.png) no-repeat right top; }

/************ 1ST LEVEL ************/
#nav-container ul ul li,
#nav-container ul ul li.active { float:none; margin:0; padding:0 7px 1px; background:none; }
#nav-container ul li.over ul a,
#nav-container ul ul a:hover { text-transform:none; float:none; padding:0; background:none; border-bottom:1px solid #eee; }
#nav-container ul li.over ul a span,
#nav-container ul ul a:hover span { padding:4px 5px; background:none; }
#nav-container ul li.over ul a span { color:#666; }
#nav-container ul li.over ul a span:hover { color:#000; }
#nav-container ul ul li a { font-weight:normal !important; }
#nav-container ul ul li.last a { border-bottom:0; }
#nav-container ul ul li a span { font-family:Arial, Helvetica, sans-serif; font-style:normal; text-shadow:none; font-size:12.4px; }

#nav-container ul li.over ul li.parent { background:url(../images/nav_arr.png) no-repeat 140px center; }
#nav-container ul li.over ul li.parent:hover { background:url(../images/nav_arr_over.png) no-repeat 140px center; }

/************ 2ND LEVEL ************/
#nav-container ul ul { position:absolute; width:13em; top:32px; left:-10000px; padding:2px 0 5px; background:url(../images/nav_bg.png) no-repeat left bottom; }

/* Show menu */
#nav-container ul li.over > ul { left:0; }
#nav-container ul li.over > ul li.over > ul { top:-2px; left:154px; background-position:0 bottom; width:13em; }
#nav-container ul li.over ul ul { left:-10000px; }

#nav-container ul ul li a { background:#ecf3f6; }
#nav-container ul ul li a:hover { color:#3C4C57; }
#nav-container ul ul li a,
#nav-container ul ul li a:hover { color:#2f2f2f !important; }
#nav-container ul ul span, #nav-container ul li.last li span { padding:4px 15px 4px 15px;}
#nav-container ul li.over > ul li.last.over > ul li a span { border-bottom:1px solid #eee; }
#nav-container ul li.over > ul li.last.over > ul li.last a span { border-bottom:0; }

/************ 3RD+ LEVEL ************/
#nav-container ul ul ul { top:5px; }


.middle { z-index:1; }
#nav-container { z-index:5; }
.head, .content, narrow-by, .grid-row { zoom:1; }
.product-options, .product-options-bottom, .options-list li { overflow:auto; clear:both; }

