/**
 * 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)
 */
/************ Side Nav ************/
.sidenav {
	position: absolute;
	font-size: 12px;
	border-top: 0px solid #B70E0B;
	border-left: 5px solid #B70E0B;
	border-right: 5px solid #B70E0B;
	border-bottom: 5px solid #B70E0B;
	left: -10000px;
	width: 190px;
	margin-left:1px;
	background: #F1EfEF;
}

.over .sidenav {
	left: -5px;
}

.force {
	left: -5px;
}

.sidenav li {
	position: relative;
	text-align: left;
	border-bottom: 1px solid #a6a6a6;
	background: #f5f5f5;
}

.sidenav li ul li {
	position: relative;
	text-align: left;
	border-bottom: none;
	background: #f5f5f5;
}

.sidenav li.parent {
	background: #f5f5f5 url(../images/menu-side-bg.gif) no-repeat scroll -22px -20px;
}

.sidenav li.over {
	background-color: #ffffff;
	background-position: -8px -78px;
	z-index:999;
}

.sidenav li.first-parent{
	background-position: -22px -20px;
}

.sidenav li.over.first-parent{
	background-position:  -8px -78px;
	*background-position:  -8px -77px;
}

.sidenav li.first-parent{
	_background-position: -22px -20px;
}

.sidenav li.last-parent{
	_height:15px;
	_margin:0;
}

.sidenav li.over{
	_background-position: -8px -77px;
}

.sidenav li.parent li {
	/*text-indent: 20px;*/
	background: url(../images/menu-side-bg.gif) no-repeat scroll -8px 0px;
}

.sidenav li.parent li.parent {
	background: url(../images/menu-side-bg.gif) no-repeat scroll -8px -40px;
}

.sidenav li.parent li.over {
	background: url(../images/menu-side-bg.gif) no-repeat scroll -8px -228px;
}

.sidenav li.parent li.first-parent {
	background-position: -8px -192px;
}

.sidenav li.parent li.last-parent {
	background: url(../images/menu-side-bg.gif) no-repeat scroll -9px -40px !important;
	border-bottom: 0 none !important;
	padding-bottom: 1px !important;
}

.sidenav li,.sidenav li.active {
	float: none;
	margin: 0;
}

.sidenav li.first {
	border-top: 0 none;
}

.sidenav li.first-parent {
	border-top: 1px solid #a6a6a6;
}

.sidenav li.last {
	border-bottom: 0 none;
}

.sidenav ul {
	position: absolute;
	top: -1px;
	left: -10000px;
	width: 200px;
	border-top: 1px solid #a6a6a6;
	padding-bottom: 4px;
	_padding-bottom: 4px;
	background: #ffffff url(../images/side-menu-bottom.gif) no-repeat left bottom;
	z-index:1000;
}

.sidenav ul ul {
	padding-bottom: 4px;
	_padding-bottom: 4px;
	background: #ffffff;
}

.sidenav ul li {
	background: #F1EfEF;
	border-right: 2px solid #666666;
	border-left: 1px solid #C7C3C3;
}

.sidenav ul li.first {
	background: #ffffff url(../images/menu-side-bg.gif) no-repeat scroll -8px -154px;
	border-left: 0 none;
	padding-top: 6px;
}

/* Show menu */
.sidenav li.over ul {
	left: 166px;
}

.sidenav li.over ul li.over ul {
	left: 166px;
}

.sidenav li.over ul ul {
	left: -10000px;
}

.sidenav li span {
	cursor: pointer;
	display: block;
	white-space: nowrap;
	font-size: 1em;
	text-indent:1em;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size-adjust:none;
}

.sidenav li li span {
	white-space: normal;
	line-height: 15px;
	text-indent:1.5em;
}

.sidenav a,.sidenav a:visited {
	color: #000000;
	font-size: 1em;
	height: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}

.sidenav ul li a:hover {
	color: #8D0011;
	text-decoration: underline;
}

.sidenav ul ul :hover>a {
	color: #8D0011;
	text-decoration: underline;
}

.sidenav li a {
	padding: 3px;
	display: block;
}

.sidenav li a:hover {
	
}

.level0 ul {
	z-index: 999;
}

.level1 ul {
	z-index: 1999;
}

.level2 ul {
	z-index: 2999;
}