/**
 * 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)
 */
#NavDropArea {
	position: absolute;
	width: 132px;
	top: 157px;
	left:?px;
	z-index: 1000;
	visibility: hidden;
}
#nav {
	width:132px;
	*line-height: 25px;
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	text-align:left;
	width: 132px;
	background-color:#5e8801;
	border-bottom: 1px solid #9ac208;
	height: 25px;
	*margin-bottom: -3px;
}
#nav li.over {
	background-color: #9ac208;
	text-align:left;
	width: 132px;
	height: 25px;
	line-height: 25px;
}
#nav li:hover {
	background-color: #9ac208;
	text-align:left;
	width: 132px;
	height: 25px;
	line-height: 25px;	
}
#nav a, #nav a:hover {
	line-height:25px;
	float:left;
	padding-left:6px;
}
#nav span {
	cursor:pointer;
	font-weight: normal;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana;
}
/*#nav li ul span {
	white-space:normal;
}*/
/************ 0 LEVEL  ***************/
/*#nav li { float:left;}*/
/*#nav li.active a { color:#d96708; }*/
/*#nav a { float:left; padding-left:6px; color:#a7c6dd; font-weight:bold; }*/
/*#nav li.over a,*/
/*#nav a:hover { color:#d96708; }*/

/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active {
	float: left;
	left: 0px;
}
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
/*#nav ul li.last { background:#ecf3f6; padding-bottom:0; }*/

/*#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:132px;
	top:?px;
	left:-10000px;
	border:0px solid #2aa7bb;
	z-index: 10;
}
/* Show menu */
#nav li.over > ul {
	left:132px;
	*left:132px;
}
#nav li.over > ul li.over > ul {
	left:132px;
}
/*#nav li.over ul ul { left:500px;}*/

#nav ul li a {
	background:#5a7907;
	border-bottom: 1px solid #9ac208;
	height: 25px;
	text-align: left;
	width: 126px;
	padding-left: 6px;
	line-height: 25px;
}
#nav ul li a:hover {
	background:#9ac208;
	border-bottom: 1px solid #5a7907;
	height: 25px;
	text-align: left;
	width: 126px;
	padding-left: 6px;
	line-height: 25px;
	
}
#nav ul li a, #nav ul li a:hover {
	color:#2f2f2f !important;
}
#nav ul span, #nav ul li.last li span {
	padding:0px;
}
/************ 3RD+ LEVEL ************/
#nav ul ul {
	top:0px;
}
#nav-sidebox a {
	font: 12px/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #777;
}
#nav-sidebox a:hover {
	color: #222;
}
#nav-sidebox ul {
	padding-left: 15px;
}
#nav-sidebox ul.level1 {
	display: none;
}
#navigation {
	list-style: none;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 20px;
	vertical-align: middle;
}
#navigation li a:link {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
}
#navigation li a:visited {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
}
#navigation li a:hover {
	font-family: Verdana;
	font-size: 13px;
	color: #8ab206;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
}
#navigation li ul {
	background-color: #fffaf1;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation li ul a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #4d4d4d;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
}
#navigation li ul a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #4d4d4d;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
}
#navigation li ul a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #8ab206;
	text-decoration: none;
	padding-left: 14px;
	font-weight: normal;
}
