/**
 * 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 { float:left; height:32px;  margin:6px 0 0 0; padding:0px; font-size:0.9em; }

/************** 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; margin:0px; }
#nav li.active a { color:#000000; }
#nav a { margin-top:0px; float:left; color:#FFFFFF; }
#nav li:hover a,
#nav a:hover { color:#000000; }

#nav li .l_bg { float:left; width:4px; height:32px; background:none; }
#nav li .c_bg { float:left; height:24px; padding:8px 10px 0 10px; display:block; background:none; }
#nav li .r_bg { float:left; width:4px; height:32px; background:none; }

#nav li.active a .l_bg { background:url(../images/cashew/menu_item_l_bg.gif) no-repeat; }
#nav li a:hover .l_bg { background:url(../images/cashew/menu_item_l_bg.gif) no-repeat; }
#nav li.active a .c_bg { background:url(../images/cashew/menu_item_c_bg.gif) repeat-x; cursor:pointer; }
#nav li a:hover  .c_bg { background:url(../images/cashew/menu_item_c_bg.gif) repeat-x; cursor:pointer; }
#nav li.active a .r_bg { background:url(../images/cashew/menu_item_r_bg.gif) no-repeat; }
#nav li a:hover .r_bg { background:url(../images/cashew/menu_item_r_bg.gif) no-repeat; }

#nav li.separator { width:4px; height:32px; padding:0px; margin:0px 1px; background:url(../images/cashew/menu_item_separator.gif) no-repeat; }