/**
 * 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)
 */
 
#anav { padding:3px 3px 0; font-size:1em; background:url(../images/nav.png) no-repeat; border-bottom:1px solid #fff; font-family:Arial, Helvetica, sans-serif; text-shadow:1px 1px #440000; }

#anav ul ul { text-shadow:none; }

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

/************ 0 LEVEL  ***************/
#anav ul li { float:left; }
#anav ul li.active a { color:#ffffcc; }
#anav ul a { float:left; color:#fff; font-weight:bold; padding-left: 3px;}
#anav ul li.over a,
#anav ul a:hover { color:#6C0300; padding-left: 3px; background:url(../images/nav_a_left.png) no-repeat left top; text-shadow:-1px -1px #fff; }
#anav ul a span { display:block; padding:7px 9px 9px 6px; background:url(../images/vr.png) no-repeat right center; }
#anav ul li.over a span,
#anav ul a:hover span {background:url(../images/nav_a_right.png) no-repeat right top;}

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

#anav ul li.over ul a,
#anav ul ul a:hover { float:none; padding:0; background:none; }
#anav ul li.over ul a span,
#anav ul ul a:hover span { padding:4px 5px; background:none; }
#anav ul li.over ul a span { color:#666; }
#anav ul li.over ul a span:hover { color:#6C0300; }
#anav ul ul li a { font-weight:normal !important; }
#anav ul ul li.last a { border-bottom:0; }

#anav ul li.over ul li.parent { background:url(../images/nav_arr.png) no-repeat 140px center; }
#anav ul li.over ul li.parent:hover { background:url(../images/nav_arr_over.png) no-repeat 140px center; }

/************ 2ND LEVEL ************/
#anav ul ul { position:absolute; width:34em; top:29px; left:-10000px; padding:2px 0 5px; background:url(../images/nav_bg2.png) no-repeat left bottom; }
#anav ul ul.one-col { width:11em;}
#anav ul ul.two-cols{ width:23em;}
/* Show menu */
#anav ul li.over > ul { left:0; }
#anav ul li.over > ul li.over > ul { top:-2px; left:154px; background-position:0 bottom; width:13em; }


#anav ul ul li a {}
#anav ul ul li a:hover { color:#6C0300; }
#anav ul ul li a,
#anav ul ul li a:hover { color:#2f2f2f !important; }
#anav ul ul span, #anav ul li.last li span { padding:4px 15px 4px 15px;}
#anav ul li.over > ul li.last.over > ul li a span { border-bottom:1px solid #eee; }
#anav ul li.over > ul li.last.over > ul li.last a span { border-bottom:0; }

#anav ul li.columns { width:10em; float: left; }
#anav ul li.columns ul { width: auto; }

/************ 3RD+ LEVEL ************/
#anav ul ul ul { border: 0px; left:0; position: relative; top:0; background: none; }
#anav ul ul ul li { float: none; width:auto; }
#anav ul ul ul ul { margin-left: 10px; }
#anav ul ul ul ul li a { font-size: 0.95em; }

/** ie6 hack */
#anav li.over ul.shown-sub { left:0; }
#anav li.over li li ul.shown-sub { left:100px; }


#anav .menu-image {margin-left: 6px;}
