/**
 * 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 { padding:8px 20px 0; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; padding-right:4px; height:38px;}
#nav li.over { z-index:999; }
#nav a{ display:block; line-height:1.3em; text-decoration:none; background:url(../images/menu_left.jpg) no-repeat 0 100px; padding-left:7px;}
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; background:url(../images/menu_left.jpg) no-repeat 0 0; padding-left:7px;}
#nav span { display:block; cursor:pointer; background:url(../images/menu_right.jpg) no-repeat right 100px; padding:6px 14px 8px 7px; float:left; text-shadow: #6374AB 1px 1px 1px; cursor:pointer;}
#nav a:hover span { display:block; cursor:pointer; background:url(../images/menu_right.jpg) no-repeat right 0; padding:6px 14px 8px 7px; float:left; text-shadow: #6374AB 1px 1px 1px; }
#nav li ul span {}

#nav li.active a{ display:block; line-height:1.3em; text-decoration:none; background:url(../images/menu_left.jpg) no-repeat 0 0; padding-left:7px;}
#nav li.active a span { display:block; cursor:pointer; background:url(../images/menu_right.jpg) no-repeat right 0; padding:6px 14px 8px 7px; float:left; text-shadow: #6374AB 1px 1px 1px;}

#nav li.active li a{background-image:none!important;}
/************ 0 LEVEL  ***************/
#nav li { float:left;}
#nav li li{ float:left; width:201px; height:auto!important;}
#nav li.active a { color:#fff; }
#nav a { float:left;color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff; }

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

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important;  display:block; float:none; padding:0!important; }
#nav ul li a span{ font-weight:normal !important; padding:11px 12px 12px!important; display:block; float:none;  background-image:none!important;}

#nav ul li a:hover{ font-weight:normal !important;  display:block; float:none;padding:0!important; }
#nav ul li a:hover span{ font-weight:normal !important; padding:11px 12px 12px!important; display:block; float:none; background-image:none; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:201px; top:35px; left:-4000px;}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:181px; }
#nav li.over ul ul { left:-10000px; }
#nav ul li.over{ background-color:#0e96cb;}
#nav ul li a {background-image:none; }
#nav ul li a:hover {background:#0e96cb; background-image:none;}
#nav ul li a,
#nav ul li a:hover { color:#fff !important; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:0; }
