/**
 * 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:0 0px; font-size:13px;/*line-height:1.2em; */}

.main-cat {font-size:1.1em; line-height:1.0em;}
.header-nav-cat-bkg a:hover {background:url(../images/anav-btn-bkg.png) no-repeat;width:110px;height:22px;float:left;}
.header-nav-faq-bkg a:hover {background:url(../images/faq-btn-bkg.png) no-repeat;width:50px;height:22px;float:left;}
.header-nav-home-bkg a:hover {background:url(../images/home-btn-bkg.png) no-repeat;width:70px;height:22px;float:left;}
.header-nav-special-bkg a:hover {background:url(../images/anav-btn-special-bkg.png) no-repeat;width:90px;height:22px;float:left;}

.header-nav-cat { padding-top:30px;}
.header-nav-home-bkg .top_level, .header-nav-cat-bkg .top_level,.header-nav-faq-bkg .top_level, .header-nav-special-bkg .top_level{margin-top:5px !important;}
.header-nav-cat-bkg .level1 {margin-top:5px !important; }
.header-nav-cat-bkg .level1 .categories-bkg {margin-top:0px !important; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#anav li { position:relative; text-align:left;margin-top:0px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;}
#anav li.over { z-index:999; }
#anav li:hover{/*background-color:#CC33FF;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;*/color: #ac04e4;}
#anav a,
#anav a:hover {line-height:0.8em; text-decoration:none;color:#FFFFFF;}
#anav span { display:block; cursor:pointer; white-space:nowrap;margin-left:20px;margin-top:2px; }
#anav li ul span {white-space:normal;}
/*#anav li .top_level p .left{background-image:url(../images/top-nav-left.png) no-repeat scroll 0 0;}*/
/*#anav li .top_level p .right{background-image:url(../images/top-nav-right.png) no-repeat scroll 0 0;}*/

/************ 0 LEVEL  ***************/
#anav li { float:left; }/*background:url(../images/anav-btn-bkg.png) no-repeat;height:35px;width:137px;*/
#anav li.active a { color:#d96708; }
#anav a { float:left; padding:3px 12px 0 0; color:#fff;font-weight:Normal; }
#anav li.over a { color:/*#cc33ff*/#FFFFFF; }
/*#anav a:hover { color:#cc33ff#d256fc; }*/

/************ 1ST LEVEL ************ /
#anav ul li,
#anav ul li.active { float:left; padding-bottom:1px; }
/*#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;color:#c115fa !important; }
#anav ul li a { font-weight:normal !important;color:#8203ac !important; }
#anav ul li a:hover { font-weight:normal !important; }

/************ 2ND LEVEL ************/

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

/* #anav ul li a { background:#0A263D; } */
/* #anav ul li a:hover { background:#d5e4eb; } */
#anav ul li a { color:#8203ac !important;  /*#EBBC58*/ }
#anav ul li a:hover { color: #cb34fe !important;width:190px; }
#anav ul span, #anav ul li.last li span { padding:0px 15px 5px 15px;}
#anav li.columns {width:14em;background-image:none;background:none}
#anav li.columns ul li:hover {/*background-color:#F5E0FC;*/width:240px;color: #ac04e4 !important;}
#anav li.columns ul { width:240px;}
#anav li li li li span { padding:2px 0 0 12px;width:205px;background:none;}


/************ 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-left:19px; }
#anav ul ul ul li a { color: #d769fc !important; }

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

/*************new classes (29-dec)************/
#anav ul.occassion-bkg { position:absolute; top:25px; left:-100000px; width:365px; min-height:190px; background-color:#f5e0fc;padding-top:10px;
           border-left:3px solid #cc33ff;border-right:3px solid #cc33ff;border-top:3px solid #cc33ff;border-bottom:20px solid #cc33ff;cursor:pointer; }
#anav .occassion-bkg li.occassion-bkg { position:relative; text-align:left;margin-top:0px;}
#anav .occassion-bkg li.columns {width:14em;background-image:none;background:none}
#anav .occassion-bkg li.columns ul li:hover {/*background-color:#F5E0FC;*/width:240px;color: #ac04e4 !important;}
#anav .occassion-bkg li.columns ul { width:240px;}
#anav .occassion-bkg li li li li span { padding:2px 0 0 12px;width:205px;background:none;}

#anav ul.categories-bkg { position:absolute; top:25px; left:-100000px; width:420px; min-height:250px; background-color:#f5e0fc;padding-top:10px;padding-bottom:10px;
           border-left:3px solid #cc33ff;border-right:3px solid #cc33ff;border-top:3px solid #cc33ff;border-bottom:20px solid #cc33ff;cursor:pointer; }
#anav li.categories-bkg { position:relative; text-align:left;margin-top:0px;}
#anav .categories-bkg li.columns {width:14em;background-image:none;background:none}
#anav .categories-bkg li.columns ul li:hover {/*background-color:#F5E0FC;*/width:240px;color: #ac04e4 !important;}
#anav .categories-bkg li.columns ul { width:240px;}
#anav .categories-bkg li li li li span { padding:2px 0 0 12px;width:205px;background:none;}
