/**
 * 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)
 */

#mainMenu,
#mainMenu li a:hover,
#mainMenu li a:hover span { background:url(../images/mainmenubg.gif) no-repeat; }
#mainMenu { height:45px; font:bold 13px Arial, Tahoma; }
#mainMenu #nav { padding-left:5px; }
#mainMenu #nav li { float:left; padding:7px 4px; }
#mainMenu #nav a { color:#FFFFFF; text-decoration:none; padding-left:12px; float:left; white-space:nowrap; }
#mainMenu #nav a span { float:left; padding:7px 12px 0 0; height:23px; cursor:pointer; }
#mainMenu #nav a:hover { background-position:0 -45px; }
#mainMenu #nav a:hover span { background-position:100% -45px; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#leftNav #nav { padding:7px 7px 0 7px; border-left:1px solid #dbdada; border-right:1px solid #dbdada; }
#leftNav #nav li li { margin:0; padding:0; }
#leftNav #nav li.over { z-index:999; }
#leftNav #nav a, #nav a:hover { text-decoration:none; }
#leftNav #nav span { display:block; cursor:pointer; }

/************ 0 LEVEL  ***************/
#leftNav #nav li { background:url(../images/catlinkbg.gif) repeat-x bottom; }
#leftNav #nav a,
#leftNav #nav li.over a { color:#0966b3; font-weight:bold; display:block; padding:5px 2px 5px 16px;
	background:url(../images/cat-dot.gif) no-repeat 4px 8px; }
#leftNav #nav a:hover,
#leftNav #nav li.over a:hover { color:#a740b0; }
#leftNav #nav li.active a, #nav li.active a:hover { color:#882d90; }
/************ 1ST LEVEL ************/
#leftNav #nav ul { margin:0 0 5px 7px; }
#leftNav #nav ul li, #nav ul li.active { background:none; }
#leftNav #nav ul li.last { }
#leftNav #nav ul li a,
#leftNav #nav li.over ul a,
#leftNav #nav li.active ul li a { color:#333; font:normal 11px Tahoma,Arial; border:0 none; padding:2px 0 2px 0;
	background:none; }
#leftNav #nav ul a:hover,
#leftNav #nav li.over ul a:hover,
#leftNav #nav li.active ul li a:hover { color:#b24dbb; }
#leftNav #nav li.active ul li.active a,
#leftNav #nav li.active ul li.active a:hover { color:#a740b0; font-weight:bold; }
/************ 2ND LEVEL ************/
#leftNav #nav ul ul li, #nav ul ul li.active {  }
#leftNav #nav ul ul li.last { }
#leftNav #nav ul ul a,
#leftNav #nav li.over ul li ul a,
#leftNav #nav li.active ul li.active ul a { color:#333; font-weight:normal;
	background:url(../images/cat-arw.gif) no-repeat 0 6px; padding:2px 5px 2px 8px; }
#leftNav #nav ul ul a:hover,
#leftNav #nav li.over ul li.over ul a:hover,
#leftNav #nav li.active ul li.active ul a:hover { color:#a740b0; font-weight:normal; }
#leftNav #nav li.active ul ul li.active a,
#leftNav #nav li.active ul ul li.active a:hover { color:#882d90; font-weight:bold; }
/************ 3ND LEVEL ************/
#nav ul ul ul a,
#nav li.over ul li.over ul li.over ul a,
#nav li.active ul li.active ul li.active ul a { color:#5a5f5b; font-weight:normal; background:url(../images/arw.gif) no-repeat 0 6px; padding:2px 5px 2px 8px; }
#nav ul ul ul a:hover,
#nav li.over ul li.over ul li.over ul a:hover,
#nav li.active ul li.active ul li.active ul a:hover { color:#588b08; }
#nav li.active ul ul li.active ul li.active a,
#nav li.active ul ul li.active ul li.active a:hover { color:#50a903; font-weight:bold; }

