/**
 * 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 {margin:0; padding:0; list-style:none; font-size:12px; font-weight:bold;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {float:left; position:relative;}
#nav .separator {padding:9px 0 8px; color:#322626;}

#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#000;background-color: #6fc2de; }
#nav a { float:left; padding:9px 17px 8px; color:#322626; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#322626; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	}
#nav ul li.over { background:#EEEEEE; }
#nav ul li { padding-bottom:0; border-bottom:1px solid #DDDDDD}
#nav ul li.last { padding-bottom:0; border-bottom:0; }
#nav li.last a { 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:30px;
	left:-10000px;
  border:1px solid #DDDDDD;
  background:#F5F5F5;
}

/* 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 {padding:9px 28px 8px 30px; color:#322626; font-weight:bold; }
#nav ul li a:hover { color:#322626; font-weight:bold; padding:9px 28px 8px 30px;}
#nav ul li a, #nav ul li a:hover { color:#322626 !important; }
#nav ul span, #nav ul li.last li span { }


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

/*******************************NEW NAVIGATION ON THE LEFT***********************************/
#vertical-nav { font-size:1.2em; }
#vertical-nav  li { text-align:left; }
#vertical-nav  li.over { z-index:999; }
#vertical-nav  li ul span {white-space:normal; }
#vertical-nav li a { padding:6px 10px 6px 12px; margin-left:0px;  }
#vertical-nav  ul li span{line-height: 1.9em; }
#vertical-nav  ul li,
#vertical-nav  ul li.active,
#vertical-nav  ul li.over{ float:none; border:none; padding:0; padding-bottom:1px; border-bottom:1px solid #C5C5C5; text-transform:none;  }
#vertical-nav  ul li.last { padding-bottom:0; border-bottom:0px; }
#vertical-nav  ul a,
#vertical-nav  ul a:hover { float:none; padding:0; background:#a5dcdf; width:auto; }
#vertical-nav  ul li a { font-weight:normal;  height:28px;   }
#vertical-nav  li.over > ul { left:180px; }
#vertical-nav  li.over > ul li.over > ul { left:100px;  }
#vertical-nav  li.over ul ul { left:-10000px; }
#vertical-nav  ul li {background:#a5dcdf; }
#vertical-nav  ul li:hover{background: none;border-bottom:1px solid #C5C5C5;}
#vertical-nav  ul li a {padding:0px 0px 4px 17px; color:#0A263C; font-weight:bold}
#vertical-nav  ul li a:hover { padding:0px 0px 4px 17px; background:#6fc2de; color:#333333;  }/* COLOR TEXT GREY */
#vertical-nav  ul ul { top:5px; }