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

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	}
#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 a { line-height:1.3em; }
#nav a, #nav a:hover { display:inline-block; text-decoration:none; }
#nav span { display:block;white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { display:inline-block;
		padding-left:25px;}
#nav li a { 
	display: inline-block;
	font-family:'Gotham', sans-serif;
	font-size: 22px;
	height: 30px;
	margin: 0 auto;
	font-size: 0;
	background-position: -130px center;
	background-repeat: no-repeat;
}
	#nav li.colossal-cupcakes a {
		background-position: -160px center;
	}
	#nav li.active a, .cms-home #nav li a {
		background-position: 0px center;
	}
	#nav li.over a, #nav li a:hover {
	
	}

/*	#nav li.continue-shopping a {
		background-image: url('http://investors.crumbs.com/images/nav/left_continue-shopping.gif');
	}
	#nav li.cupcakes a {
		background-image: url('http://investors.crumbs.com/images/nav/left_cupcakes.gif');
	}
	#nav li.cookies a {
		background-image: url('http://investors.crumbs.com/images/nav/left_cookies.gif');
	}
	#nav li.brownies a {
		background-image: url('http://investors.crumbs.com/images/nav/left_brownies.gif');
	}
	#nav li.muffins a {
		background-image: url('http://investors.crumbs.com/images/nav/left_muffins.gif');
	}
	#nav li.scones a {
		background-image: url('http://investors.crumbs.com/images/nav/left_scones.gif');
	}
	#nav li.cakes a {
		background-image: url('http://investors.crumbs.com/images/nav/left_cakes.gif');
	}
	#nav li.merchandise a {
		background-image: url('http://investors.crumbs.com/images/nav/left_merchandise.gif');
	}
	#nav li.gifts a {
		background-image: url('http://investors.crumbs.com/images/nav/left_gifts.gif');
	}
	#nav li.catering a {
		background-image: url('http://investors.crumbs.com/images/nav/left_catering.gif');
	}
	#nav li.collections a {
		background-image: url('http://investors.crumbs.com/images/nav/left_collections.gif');
	}
	#nav li.giftcards a {
		background-image: url('http://investors.crumbs.com/images/nav/left_giftcards.gif');
	}
	
	#nav li.over.colossal-cupcakes a, #nav li.colossal-cupcakes a:hover {
		background-position: -320px center;
	}
	#nav li.colossal-cupcakes a {
		width: 160px;
		background-image: url('http://investors.crumbs.com/images/nav/left_colossal-cupcakes.gif');
	}
	*/
	
	
	#nav li.shop-now a {
		background-image: url('http://investors.crumbs.com/images/shop.png');
	}	
/*
cupcakes: both: 	catalog-category-view categorypath-cupcakes category-cupcakes
cakes:	block: 		catalog-category-view categorypath-cakes category-cakes
cookies: product:	catalog-category-view categorypath-cookies category-cookies
*/


#nav ul.level0 {
	display: none;
}
    	
/************ 1ST LEVEL RESET ************/



/************ 2ND LEVEL ************/




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

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

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}