/**
 * 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 {}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {}
#nav li.over {}
#nav li.active {} /* to prevent the li separator from showing through on mouseover on li */
#nav a {}
#nav li a {}
#nav a, #nav a:hover {}

#nav span {}
#nav li ul span {}

/************ 1ST LEVEL  ***************/
#nav li {}
#nav li.active a {}
#nav a {}
#nav li.over a, #nav a:hover {}


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {}
#nav ul li.over {}
#nav ul li.last {}

	
#nav ul a, #nav ul a:hover {}
#nav ul li a {}


/************ 2ND LEVEL ************/
#nav ul {}

/* Show menu */
#nav li.over > ul {}
#nav li.over > ul li.over > ul {}
#nav li.over ul ul {}


#nav ul li a {}
#nav ul li a:hover {}
#nav ul li a, #nav ul li a:hover {}
#nav ul span, #nav ul li.last li span {}



/************ 3RD+ LEVEL ************/

#nav ul ul {}

/*
#nav ul ul ul {}
#nav li.over ul li.over ul ul {}
#nav li.over ul li.over ul li.over ul {}
*/

/* Fix for the IE bug */

#nav iframe {}
.debug {}

