/**
 * 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 0px; font-size:0.9em; z-index:999; margin:0;}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav li.active > a{ text-decoration: underline; } 
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { text-decoration:none; }
#nav span { cursor:pointer; padding: 2px 0; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { /* float:left; */ background-color: rgb(220,30,84); border-top: 1px solid white; border-bottom: 1px solid #333333; }
/* #nav li.active a { color:#d96708; } */
#nav a { padding:5px 8px 6px 8px; color: white; display:block; font-weight:bold; margin:0;}
/* #nav li.over a, #nav a:hover { color:#d96708; } */

#nav ul{
	padding: 10px 0;
	margin: 0;
	background: pink;
}

#nav ul li{
   padding-left:10px;   
   margin: 0;
   border: none;
   display: block;
   background-color: pink;
}

#nav ul li a{
	color: black;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight:normal;	
}

ul.level0{
	display:none;
}

li.active ul.level0{
	display:block;
}

