/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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/osl-3.0.php  Open Software License (OSL 3.0)
 */

#nav { float:left; font-size:1em; background:transparent url(../images/nav-separator-left.gif) no-repeat 0 100%;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:none; text-align:left;	}
#nav li.over { z-index:999; }
#nav a  { display:block; line-height:1.3em; text-decoration:none; background:transparent url(../images/nav-separator.gif) no-repeat 100% 0;}
#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; }
#nav li.active a { color:#fff; }
#nav a { background:url(../images/nav-separator.gif) no-repeat 100% 0; padding:12px 38px 12px 38px; color:#fff;text-transform:uppercase;  }
#nav li.over a,
#nav a:hover { color:#fff; }
#nav li.active { }
#nav li.over { background:#54554b url(../images/nav_bg.gif); }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; padding:0; padding-bottom:1px; text-transform:none; }
#nav ul li.parent { }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:38px; left:-10000px; padding:10px 20px 10px; background:#54554b url(../images/subnav_bg.gif); }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:url(../images/nav_parent_arrow.gif) no-repeat 0 50%; padding:3px 12px; color:#fff !important; }
#nav ul li a:hover { background:url(../images/nav_parent_arrow.gif) no-repeat 0 50%; padding:3px 12px; text-decoration:underline; color:#fff !important; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

/************ Left popup menubar  ************/
#vertical-nav ul { list-style-type: none; /* get rid of the bullets */ padding:0; /* no padding */ margin:0; /* no margin for IE either */ }
#vertical-nav ul li { display:block; margin-top: 1px; /* lines */ }
#vertical-nav ul ul li a,#vertical-nav ul li{ background-color: #FFF; }
#vertical-nav ul li a { color:#000; display: block; padding: 5px 3px 5px 10px; text-decoration: none;/* hint for IE, alternatively remove whitespace from HTML */ background-color: #e8e8e8;}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen { font-weight: bolder; text-decoration: none; color:#000; }
#vertical-nav .final{ background-color:#ECECEC; }
#vertical-nav ul ul li a { margin-left: 10px;  text-decoration: none; }
#vertical-nav ul ul ul li a { margin-left: 26px; /* indent level 2 */ text-decoration: none; }
#vertical-nav a {color:#999999; }
#vertical-nav a:hover { color:#666666;}
#vertical-nav ul li ul li a {  text-decoration: none; }
#vertical-nav ul li ul li { }