/**
 * 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;
	font-size:13px;
	margin-left: 1px;
}
#nav ul {
	position:absolute;
	width:auto;
	left:-10000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-left-color: #DADADA;
}
#nav li {
	position:relative;
	text-align:left;
	float:left;
	background: url(../images/right_arrow.gif) no-repeat right center;
	border-bottom: 1px solid #dadada;
	width:203px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav li.last {
	border-bottom-width: 0px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */

#nav li.over {
	z-index:999;
	background-color: #fefbda;
}
#nav a,
#nav a:hover {
	display:block;
	text-decoration:none;
}
#nav li.parent {
	background-image: url(../images/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/************ 0 LEVEL  ***************/

#nav a {
	float:left;
	font-weight:normal;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
#nav li.over a {
	color: #333333;
}
#nav li.over a:hover {
	color: #d96708;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	float:none;
	margin:0;
	background-image: none;
	background-color: #FFF;
}
#nav ul li.over {
	background-color: #fefbda;
}
#nav ul li.last { background:#FFFFFF; padding-bottom:0; }

#nav ul a,
#nav ul a:hover {
	background-image: none;
	float: none;
}


/************ 2ND LEVEL ************/


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

#nav ul li a {
}
#nav ul li a:hover {
}
#nav ul li a,
#nav ul li a:hover {
}
#nav ul span, #nav ul li.last li span {
	padding:3px 15px 4px 15px;
}

/************ 3RD+ LEVEL ************/
#nav ul ul {
}