/**
 * 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)
 */ 

#nav {
	padding: 0px;
	font-size: 13px;
	margin: 0px 20px 0px 20px;
	border-right: 1px solid #AAA;
	float: left;
}

#nav li {
	position: relative;
	text-align: left;
	float: left;	
}

#nav li.over {
	z-index: 1999;
}

#nav a {
	float: left;
	padding: 5px 15px 6px 15px;
	font-weight: bold;
	color: #000;
	border-left: 1px solid #AAA;
	height: 17px;
}

#nav a, #nav a:hover {
	display: block;
	line-height: 130%;
	text-decoration: none;	
}

#nav a:hover, #nav li.active a:hover, #nav li.over a {
	background-color: #38bcf8 !important;	
	color: #FFF !important;
	height: 17px;
} 

#nav li.over ul a, #nav ul li a, #nav li.over ul li.over ul a {
	background: #FFF url(../images/bg-emboss-item.gif) bottom repeat-x !important;
	color: #000 !important;
	font-weight: normal !important;
	border: none;
}

#nav li.over ul li.over a {
	background: none !important;
	background-color: #38bcf8 !important;	
	color: #FFF !important;	
}

#nav li.active a {
	color: #38bcf8;
	background-color: #FFF;
	height: 18px;
}

#nav li ul a, #nav li.active ul a {
	height: auto !important;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap !important;
	text-align: center;
}
 
#nav li ul span {
	white-space: normal;
	text-align: left;
}

#nav ul {
	position: absolute;
	min-width: 200px;
	top: 28px;
	left: -10000px;
	border: 1px solid #AAA;
	background-color: #FFF;
}
 
#nav ul li.parent a span {
	background: url(../images/nav-parent-sign.gif) 97% 50% no-repeat;
}
 
#nav ul li.parent li a span {
	background-image: none;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 1px 1px 0px 1px;
}

#nav ul li.last {
	padding-bottom: 1px;
}

#nav ul a, #nav ul a:hover {
	float: none;
	padding: 0;
	background: none;
} 

#nav ul li a:hover, #nav li.active ul a:hover, #nav li.over ul li.over a:hover {
	background: none !important;
	background-color: #38bcf8 !important;	
	color: #FFF !important;
} 

#nav ul li a {
	color: #000 !important;
} 

#nav li.over > ul {
	left: 0;
} 

#nav li.over > ul li.over > ul {
	left: 100px;
} 

#nav li.over ul ul {
	left: -10000px;
} 

#nav ul span, #nav ul span #nav ul li.last li span {
	padding: 3px 15px 4px 15px;
}

#nav ul ul {
	top: 5px;
}
