/**
 * 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)
 */

.cart-area,
.shop-access,
#nav {
	width: 175px;
}

#nav {
	height: 400px;
}

.cart-area div.start,
.cart-area div.end,
.shop-access div.start,
.shop-access div.end,
#nav div.start,
#nav div.end {
    clear: both;
    width: 100%;
    height: 11px;
}

.shop-access div.start,
.cart-area div.start,
#nav div.start {
	background: transparent url('../images/main-menu-button-bg-start.png') no-repeat;
}

.shop-access div.end,
.cart-area div.end,
#nav div.end {
    background: transparent url('../images/main-menu-button-bg-end.png') no-repeat bottom;
}


#nav a {
	margin-top: 2px;
	text-align: center;
	display: block;
	text-decoration: none;
}

#nav li.level0 {
    position: relative;
    margin-bottom: 20px;
}

.cart-area,
.shop-access,
#nav li.level0 {
    background: transparent url('../images/main-menu-button-bg-run.png') repeat-y;
}


#nav li.level0 a {
	/*padding: 2px 16px 2px 16px;*/
	color: #ffffff;
	width: 175px;
	height: 37px;
	line-height: 47px;
	font: bold 16px sans-serif;
	margin-bottom: -13px;
}

#nav li.active a  {
	
}

#nav li.level0 a:hover {
}

#nav li.level0 hr {
    width: 121px;
    height: 3px;
    background-color: #000;
    color: #000;
    margin: 14px auto 4px auto;
    visibility: visible;
    display: none;
}

#nav li.level0 ul {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    margin-top: -26px;
    padding-top: 13px;
    padding-bottom: 0px;
}

#nav li.level1 a {
    background: transparent url('../images/main-menu-button-bg-run.png') repeat-y;
    /*color: #29166f;*/
	color: #000;
    font-size: 14px;
	padding-top: 11px;
	height: 25px;
}

#nav li.level1 a:hover,
#nav li.level1.active a
{
}


#nav li.level2 a {
	padding-right: 16px;
	padding-left: 30px;
	padding-bottom: 2px;
	color: #330066;
	padding-top: 2px;
	background-color: #D4D4D4;
}
