/**
 * 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 { position:relative; display:block; float:left; margin:0 auto; width:100%; text-align:left; font-size:1.1em; z-index:999; }
/*.top_level { position:relative; display:inline; float:left; margin-left:95px; width:auto; height:30px; text-align:center; margin-bottom:10px; }
.top_level a { font-size:1.2em; }*/
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; z-index:999; /*text-align:left; padding:5px; padding-left:0px; padding-right:0px;*/ }
#anav li.over { z-index:999; }
#anav a,
#anav a:hover { /*display:block; line-height:1em; text-decoration:none;*/ }
#anav span { /*display:block; cursor:pointer; white-space:nowrap;*/ }
#anav li ul span { /*white-space:normal;*/ }

/************ 0 LEVEL  ***************/
#anav li { float:left; }
/*#anav li.active a { color:#d96708; }*/
#anav a { float:left; display:block; margin:0; padding:0; padding-bottom:10px; padding-right:60px; padding-left:60px; color:#FFF; line-height:1.5em; font-weight:bold; font-size:1.3em; }
/*#anav li.over a,*/
#anav a:hover { color:#000; text-decoration:none; }

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

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

/************ 2ND LEVEL ************/
#anav ul {
    position:absolute; width:710px; top:31px; left:-2000px; margin:0; padding:0;
    border:1px solid #899ba5; background: url(../images/bg-explodemenu.png) repeat top left;
    z-index:999;
}

/* Show menu */
#anav li.over > ul { left:0; z-index:999; }
#anav li.over > ul li.over > ul { left:100px; z-index:999; }
/* #anav li.over ul ul { left:-10000px; } */
#anav ul li a { color: #EBBC58 !important; }
#anav ul li a:hover { color: #A7C6DD !important; }
#anav ul span, #anav ul li.last li span {}
#anav li.columns { width:210px; padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:5px; }
#anav li.columns ul { width:auto; }
#anav li li li li span {}


/************ 3RD+ LEVEL ************/
#anav ul ul { border: 0px; left:0; position: relative; top:0; background: none;  }
#anav ul ul li { float: none; width:auto; }
#anav ul ul ul { margin:0; margin-left:6px; padding:2px; }
#anav ul ul ul li a { color: #FFFFFF !important; font-size: 0.95em; padding:2px; }
#anav ul ul ul li a:hover { font-size: 0.95em; padding:2px; }

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


#anav .level1 { clear:both; }

