/**
 * 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 { 
    padding:0 70px;
    position:relative;
    z-index: 999;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    
	}
#nav li.over {}
#nav li.active {} /* 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; }

/************ 0 LEVEL  ***************/
#nav li { float:left; color:#ffffff;}
#nav li.sep {padding-right: 80px; color:#ffffff; font-size: 10px; padding-top: 2px; }
#nav li.active a { color:#ffffff; }
#nav a { float:left; padding:4px 90px 12px 5px; color:#ffffff; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#ffffff; }

/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding: 0px;
	background:#C8C8C8;
	border-bottom: 1px solid #000000;
	}
#nav ul li.over {background:#D2272B;}
#nav ul li.last { background:#C8C8C8; padding-bottom:0; }

#nav ul a, #nav ul a:hover {
	float:none;
	padding:0px !important;
	background:none;
	}
#nav ul li a { font-weight:bold !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:19em;
	top:31px;
	left:-10000px;
	background:#C8C8C8;
	padding-right:1px;
    border:1px solid #afafaf;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:210px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#C8C8C8; color:#000000 !important;  }
#nav ul li a:hover { background:#D2272B; color:#FFFFFF !important;}
#nav ul span, #nav ul li.last li span { padding:5px 0px 5px 5px;}

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