/**

 * 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.

 *

 * @copyright  Copyright (c) 2004-2007 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;
	font-size:10px;
	line-height: 18px;
	z-index:999;
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */

#nav li {
	padding-left: 8px;
	display: block;
	width: 152px;
	list-style:none;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/vintagetomorrow_bg_whi.gif);
	background-repeat: repeat-x;
}
#nav a {
	color: #450045;
	text-decoration:none;
	text-transform: uppercase;
}
#nav li.active a {
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
}
#nav a:hover {
}
#nav li.active {
	background-color: #450045;
	background-image: url(../images/vintagetomorrow_bg_vio.gif);
}
