/**
 * 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)
 */
ul#nav {
	margin-top:9px;
}
#nav, #nav ul {
	z-index:100;
	margin:0;
	padding:0;
	list-style:none;
	line-height:1;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#nav a {
	display:block;
	z-index:100;
	padding:0 10px;
	line-height:28px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}
#nav li {
	float:left;
	width: auto;
	padding:2px 5px;
}
#nav li:hover, #nav li:active {
	background: #222;
}
#nav li li.active {
	background: none;
}
/* 2.2.1 Drop-down menus */
#nav li ul {
	position: absolute;
	left: -999em;
	width: 172px;
	background: #FFF;
	border:1px solid #efefef;
}
#nav li ul li {
	border: 1px solid #efefef;
	border-width: 0 0 1px;
	padding:0;
}
#nav li ul li a {
	background:url(images/ico-bullet.png) no-repeat 5px 10px;
	width:145px;
	padding-left:15px;
	line-height:30px;
	font-size:12px;
	color:#000;
}
#nav li ul li:hover {
	background:#fafafa;
}
#nav li ul {
	padding:5px;
}
#nav li ul ul {
	margin: -25px 0 0 120px;
}
#nav li ul li ul li a {
	border-width: 0 0 1px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left:auto;
}
#nav li:hover, #nav li.hover #nav li.active #nav li:active {
	position:static;
}
#nav .sf-sub-indicator {
	display:none;
}
