/**
 * 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 0px; font-size:1.1em; }

/************** 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:1.3em; 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:url(../images/pipe_menu_nav.gif);
	background-position:right;
	background-repeat:no-repeat;
	 }
#nav li.last { background-image:none; }
#nav li.active a { /*color:#233369; background:url(../images/menu_active.png);*/ }
#nav li.active { color:#233369; background:url(../images/menu_active.png); }
#nav a { float:left; padding:12px 15px 10px 15px; color:#233369; font-weight:bold; }
#nav li.over a, 
#nav a:hover { color:#29abe2; }
.nav-help { background-image:none !important; }

/************ 1ST LEVEL ************/
#nav ul  li, 
#nav ul li.active { float:none; margin:0; border-top:1px solid #ffffff; border-right:1px solid #d8d9da; /*border-bottom:1px solid #c9c9c9;*/  border-left:1px solid #b2b2b2; background:#ffffff; }
#nav ul li.last {  border-bottom:3px solid #c9eaf7 !important;}
#nav ul ul li.last {  border-bottom:3px solid #233369 !important;}


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

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:264px; top:39px; padding-top:1px; left:-10000px; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:263px; top:-2px; padding-left:1px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a:hover { color:#ffffff !important; background:#9ed5ee; }
#nav ul span { padding:8px 15px 7px 15px; }
#nav ul li.last li span { padding:8px 15px 7px 15px; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:-1px; }

/* CHILDREN */
#nav ul li.menu-children a { background:#233369 url(../images/menu-sub-arrow-hover.png) no-repeat right center; }
#nav ul li.menu-children a:hover { color:#ffffff !important; background:#c9eaf7 url(../images/menu-more-arrow.png) no-repeat right center;  }
#nav ul li.menu-children ul a { color:#233369 !important; background:#9ed5ee; }

/*#nav ul li.menu-children ul a:hover { color:#ffffff !important; background:#c9eaf7; }
#nav ul li.menu-children ul .menu-children a { background:#233369 url(../images/menu-sub-arrow-hover.png) no-repeat right center; }
#nav ul li.menu-children ul .menu-children a:hover { color:#ffffff !important; background:#233369 url(../images/menu-more-arrow.png) no-repeat right center; }
#nav ul li.menu-children ul .menu-children ul a { background:#9ed5ee; }
#nav ul li.menu-children ul .menu-children ul a:hover { color:#ffffff !important; background:#233369; }*/

#nav li.over > ul li.menu-children.over a { background:#9ed5ee url(../images/menu-more-arrow.png) no-repeat right center; }
#nav li.over > ul li.menu-children.over a:hover { color:#ffffff !important; background:#9ed5ee url(../images/menu-more-arrow.png) no-repeat right center; }
#nav li.over > ul li.menu-children.over ul a { background:#9ed5ee; }
#nav li.over > ul li.menu-children.over ul a:hover { color:#233369 !important; background:#c9eaf7; }
#nav li.over > ul li.menu-children.over ul .menu-children a { background:#9ed5ee url(../images/menu-more-arrow.png) no-repeat right center; }
#nav li.over > ul li.menu-children.over ul .menu-children a:hover { color:#233369 !important;  background:#c9eaf7 url(../images/menu-sub-arrow-hover.png) no-repeat right center; }
#nav li.over > ul li.menu-children.over ul .menu-children ul a { color:#233369; background:#dfecf2; }
#nav li.over > ul li.menu-children.over ul .menu-children ul a:hover { color:#233369 !important; background:#eaf6fb; }