/**
 * 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 {
margin:0;
padding:0;
font-size:1.2em;
font-family: "Century Gothic", arial, helvetica, sans-serif;
background:url(../images/mainnav_bg.png) repeat-x;
list-style-position:none;

}

#nav li:first-child	{
	margin-left:0;
}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { 
	position:relative; 
	text-align:center;   	
	height:30px;
	line-height:30px; 
	width:155px; 
	display:inline-block;
	margin-left:-5px;
}

#nav li.over { z-index:999; }
#nav a { color: #000; text-transform: uppercase; text-decoration:none;}
#nav span {cursor:pointer;}
#nav li ul span {}

/************ 0 LEVEL  ***************/

#nav li { }
#nav li:hover	{background: #cefb52;}
#nav li.active  {background: #cefb52; }
#nav a { }
#nav a span { }
#nav li a:hover,
#nav li.over a { background: #cefb52; }
#nav li.over {  }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.over,
#nav ul li.active { color:#fff; margin:0; padding-bottom:0; background:  none; }

#nav li.over ul li a { text-decoration: none;}
#nav ul a,
#nav ul a:hover { background:none; padding:0; color:#fff ;}
#nav ul li.over > a { background:none; padding:0 !important; color:#fff; }
#nav ul li a { font-weight:normal !important; }
#nav ul li:hover{
	background: #94c516;
}

.level1 {
	display: inline;
}

.level1 a {
 	text-transform:lowercase !important;
	text-align:center;
	
}

/************ 2ND LEVEL ************/
#nav ul { 
	position:absolute; 
	top:30px; 
	left:-10000px; 
	width:100%; 
	height:30px;
	padding: 0;
	
}

/* Show menu */
#nav li.over > ul { left:-154px; width:960px;}
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul.level0	{
	line-height:30px;
	height:30px;
	background: #cefb52;



}

#nav ul.level0 a	{
	text-decoration:none;
	display:inline-block;
	width:100%;
}

#nav ul.level0 li.nav-hangers-top-hangers {
	left:-5px;
}

#nav ul.level0 li.nav-hangers-pant-hangers {left:-10px;}
#nav ul.level0 li.nav-hangers-jacket-hangers	{
	left:-14px;
}
#nav ul.level0 li.nav-hangers-shoe-hangers	{
	left:-19px;
}

#nav ul.level0 li.nav-hangers-sock-hangers	{
	left:-25px;
}

#nav ul.level0 li.nav-hangers-accessories	{
	left:-30px;
}



#nav ul li.over > a, #nav ul li a:hover { width:155px;}
#nav ul li a,
#nav ul li a:hover { color:#000; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; background: none; }

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

