/**
 * 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:0 9px; font-size:12px; text-transform:uppercase; float:left; margin-left:17px; }

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

/************ 0 LEVEL  ***************/
#nav li { float:left; background:transparent url(../images/menu_divider.gif) no-repeat 100% 49%; }
#nav li.last { background-image: none; }
#nav li.active a {color:#91b046; background: transparent url(../images/nav_active_bg.png) repeat-x 0 0; }
#nav a { float:left;  color:#2F69A3; font-weight:bold; padding:0 4px; display:inline}
#nav li.over a,
#nav a:hover { color:#91b046; background:transparent url(../images/nav_active_bg.png) repeat-x 0 0; display:inline}
/************ 1ST LEVEL ************/
#nav ul { position:absolute; top:40px; left:-10000px; border: 1px dotted #7DA0C6; background-color: #FFFFFF; padding: 3px 15px 3px 0; border-width: 0 1px 1px;}
#nav ul li,
#nav ul li.active {
	background: none repeat scroll 0 0 transparent;
    float: none;
    margin: 0;
    white-space: nowrap;
    padding: 0 10px 1px;
}
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a {
	line-height: 100%;
	color: #014A90;
	text-transform: none;
	background: none;
}
#nav li.over li a {
	color: #014A90;
}
#nav li.over ul li a:hover{
	color: #91b046;
	line-height: 100%;
	background: none;
}

/************ 2ND LEVEL ************/
/* Show menu */
#nav li.over > ul { left:7px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav li div.navitem-left, #nav li div.navitem-right { width: 4px; height: 40px; float: left; }
#nav li div.navitem-left { margin-left: 4px; }
#nav li div.navitem-right { margin-right: 8px; }
#nav li.last div.navitem-right { margin-right: 0; }
#nav li.active div.navitem-left, #nav li:hover div.navitem-left { background: url(../images/nav_active_left.png); }
#nav li.active div.navitem-right, #nav li:hover div.navitem-right { background-image: url(../images/nav_active_right.png); }

