/**
 * 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)
 */

 
 
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav a { float:left; text-indent: -9999px; }
#nav li.over a,


#nav li.nav-home a {
	width: 76px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_home.png) left top no-repeat;
}
#nav li.nav-home a:hover, #nav li.nav-home a:focus, #nav li.nav-home.active a {
	background: url(../images/menu/menu_home_hover.png) left top no-repeat;
}

#nav li.nav-shop a {
	width: 80px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_shop.png) left top no-repeat;
}
#nav li.nav-shop a:hover, #nav li.nav-shop a:focus, #nav li.nav-shop.active a {
	background: url(../images/menu/menu_shop_hover.png) left top no-repeat;
}

#nav li.nav-instructions a {
	width: 144px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_instructions.png) left top no-repeat;
}
#nav li.nav-instructions a:hover, #nav li.nav-instructions a:focus, #nav li.nav-instructions.active a {
	background: url(../images/menu/menu_instructions_hover.png) left top no-repeat;
}

#nav li.nav-faqs a {
	width: 73px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_faqs.png) left top no-repeat;
}
#nav li.nav-faqs a:hover, #nav li.nav-faqs a:focus, #nav li.nav-faqs.active a {
	background: url(../images/menu/menu_faqs_hover.png) left top no-repeat;
}

#nav li.nav-press a {
	width: 79px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_press.png) left top no-repeat;
}
#nav li.nav-press a:hover, #nav li.nav-press a:focus, #nav li.nav-press.active a {
	background: url(../images/menu/menu_press_hover.png) left top no-repeat;
}

#nav li.nav-stockists a {
	width: 115px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_stockists.png) left top no-repeat;
}
#nav li.nav-stockists a:hover, #nav li.nav-stockists a:focus, #nav li.nav-stockists.active a {
	background: url(../images/menu/menu_stockists_hover.png) left top no-repeat;
}

#nav li.nav-warranty a {
	width: 113px;
	height: 30px;
	display: block;
	background: url(../images/menu/menu_warranty.png) left top no-repeat;
}
#nav li.nav-warranty a:hover, #nav li.nav-warranty a:focus, #nav li.nav-warranty.active a {
	background: url(../images/menu/menu_warranty_hover.png) left top no-repeat;
}





#nav ul li a {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #f9ab56;
	text-decoration: none;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#fff; border-bottom: 1px dotted #b2b2b2; }
#nav ul li.last { padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; background-image: none !important; }
#nav ul li a { background-image: none !important; text-indent: 0 !important; }
#nav ul li a:hover { background-image: none !important; text-indent: 0 !important;}


/************ 2ND LEVEL ************/
#nav ul { position:absolute; width: 18em; top:32px; left:-10000px; border:1px dotted #b2b2b2; border-top: none; border-bottom: none; z-index: 5; background: #fff; }

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

#nav ul span, #nav ul li.last li span { width: auto; padding:9px 15px 9px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; border-top: 1px dotted #b2b2b2; }










/* sub navigation */
.layered-nav {
	witdh: 195px;
	min-height: 90px;
	background: url(../images/submenu_top.gif) left top no-repeat #b2b2b2;
	padding: 45px 21px 40px 21px;
	color: #fff;
	font-size: 0.9em;
}
.layered-nav a {
	color: #eee;
}
.layered-nav a.active, .layered-nav a:hover {
	color: #fff;
	text-decoration: none;
}
.layered-nav ul li {
	text-transform: uppercase;
}
.layered-nav ul li ul li {
	list-style-image: url(../images/submenu_list_item.gif);
	text-transform: none;
}
.layered-nav ul li ul li {
	margin-left: 16px;
}
.layered-nav.productpage {
	witdh: 195px;
	height: 190px;
	padding: 45px 21px 15px 21px !important;
}






#left_image_nav ul li ul {
	display: none !important;
}
#left_image_nav a {
	width: 195px;
	height: 84px;
	display: block;
	margin-bottom: 4px;
}
#left_image_nav a span {
	display: none;
}
#left_image_nav li.nav-ergobaby a {
	background: url(../images/left/left_ergobaby.png) left top no-repeat;
}
#left_image_nav li.nav-breeze-baby a {
	background: url(../images/left/left_breezebaby.png) left top no-repeat;
}
#left_image_nav li.nav-peanut-shell a {
	background: url(../images/left/left_peanutshell.png) left top no-repeat;
}
#left_image_nav li.nav-hug-a-bub a {
	background: url(../images/left/left_hugabub.png) left top no-repeat;
}
#left_image_nav li.nav-baby-bella-maya a {
	background: url(../images/left/left_babybellamaya.png) left top no-repeat;
}
#left_image_nav li.nav-babylegs a {
	background: url(../images/left/left_babylegs.png) left top no-repeat;
}




#right_image_nav a {
	width: 195px;
	height: 104px;
	display: block;
	margin-bottom: 6px;
}
#right_image_nav a span {
	display: none;
}
#right_image_nav_win a {
	background: url(../images/right/right_winapeanutshell.png) left top no-repeat;
}
#right_image_nav_sling a {
	background: url(../images/right/right_slingchooser.png) left top no-repeat;
}
#right_image_nav_research a {
	background: url(../images/right/right_researcharticles.png) left top no-repeat;
}
#right_image_nav_news a {
	background: url(../images/right/right_whatsnew.png) left top no-repeat;
}
#right_image_nav_newsletter {
	width: 195px;
	height: 72px;
	display: block;
	margin-top: 3px;
	background: url(../images/keep_up_with_the_latest.jpg) left top no-repeat;
}

#right_image_nav_win a:hover {
	background: url(../images/right/right_winapeanutshell_hover.png) left top no-repeat;
}
#right_image_nav_sling a:hover {
	background: url(../images/right/right_slingchooser_hover.png) left top no-repeat;
}
#right_image_nav_research a:hover {
	background: url(../images/right/right_researcharticles_hover.png) left top no-repeat;
}
#right_image_nav_news a:hover {
	background: url(../images/right/right_whatsnew_hover.png) left top no-repeat;
}

