/**
* 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 20px;
	font-size: 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;
}
#nav UL LI.parent A
{
	background: url(../images/i_nav-parent.gif) no-repeat 100% 100%;
}
#nav UL LI.parent LI A
{
	background-image: none;
}
/************ 0 LEVEL  ***************/
#nav LI
{
	float: left;
}
#nav LI.active A
{
	color: #CF822F;
}
#nav A
{
	float: none;
	padding: 7px 10px 5px 11px;
	font-weight: bold;
	color: #E1D8CE;
}
#nav LI.over A, #nav A:hover
{
	color: #CF822F;
}
/************ 1ST LEVEL ************/
#nav UL LI, #nav UL LI.active
{
	float: none;
	margin: 0;
	padding-bottom: 1px;
	background: #0F0F6B url(../images/nav_divider.gif) repeat-x 0 100%;
}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav UL LI.last
{
	background: #010101;
	padding-bottom: 0;
}
#nav UL A, #nav UL A:hover
{
	float: none;
	padding: 0;
	background: none;
}
#nav UL LI A
{
	font-weight: normal !important; /*[e]normal*/
}
/************ 2ND LEVEL ************/
#nav UL
{
	position: absolute;
	width: 15em;
	top: 25px;
	left: -10000px;
	border: 1px solid #010100;
}
/*Show menu*/
#nav LI.over>UL
{
	left: 10px;
}
#nav LI.over>UL LI.over>UL
{
	left: 100px;
}
#nav LI.over UL UL
{
	left: -10000px;
}
#nav UL LI A
{
	background: #0F0F6B;
}
#nav UL LI A:hover
{
	background-color: #1919B3;
}
#nav UL LI A, #nav UL LI A:hover
{
	color: #E1D8CE !important; /*[e]#E1D8CE*/
}
#nav UL SPAN, #nav UL LI.last LI SPAN
{
	padding: 3px 15px 4px;
}
/************ 3RD+ LEVEL ************/
#nav UL UL
{
	top: 5px;
}
