/**
 * 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 { }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { font-size:18px; }
#nav li.over { }
#nav a,
#nav a:hover { }
#nav span { }
#nav li ul span { }
#nav li ul { width:243px; }

/************ 0 LEVEL  ***************/
#nav li { height:28px; line-height:22px; margin:0 auto 10px; padding:3px 5px; width:223px; }

#nav li a { width:223px; }

/*
#nav li.nav-inflatable { background:url(../images/nav-inflatables-bg.png) no-repeat; }
#nav li.nav-inflatable.active { background:url(../images/nav-inflatables-active-bg.png) top no-repeat; padding:9px 0 0; }
#nav li.nav-inflatable.active a { background:url(../images/nav-inflatables-active-li-bg.png) bottom repeat-y; color:#E42229; display:block; padding:0 10px;}
#nav li.nav-inflatable.active ul { background:url(../images/nav-inflatables-active-ul-bg.png) bottom no-repeat; padding:0 0 8px; }
#nav li.nav-inflatable.active ul ul { background:none; padding:0; }
*/

#nav li { background:url(../images/nav-inflatables-bg.png) no-repeat; }
#nav li.active { background:url(../images/nav-inflatables-active-bg.png) top no-repeat; padding:9px 0 0; }
#nav li.active a { background:url(../images/nav-inflatables-active-li-bg.png) bottom repeat-y; color:#E42229; display:block; padding:0 10px;}
#nav li.active ul { background:url(../images/nav-inflatables-active-ul-bg.png) bottom no-repeat; padding:0 0 8px; }
#nav li li, #nav li.active li { background:none; padding:0; }

#nav li.nav-softplay { background:url(../images/nav-soft-play-bg.png) no-repeat; }
#nav li.nav-softplay.active { background:url(../images/nav-soft-play-active-bg.png) top no-repeat; padding:9px 0 0; }
#nav li.nav-softplay.active a { background:url(../images/nav-soft-play-active-li-bg.png) bottom repeat-y; color:#BF9A0A; display:block; padding:0 10px;}
#nav li.nav-softplay.active ul { background:url(../images/nav-soft-play-active-ul-bg.png) bottom no-repeat; padding:0 0 8px; }
#nav li.nav-softplay.active ul ul { background:none; padding:0; }

#nav li.nav-indoor-play {  background:url(../images/nav-indoor-play-bg.png) no-repeat; }
#nav li.nav-indoor-play.active { background:url(../images/nav-indoor-play-active-bg.png) top no-repeat; padding:9px 0 0; }
#nav li.nav-indoor-play.active a { background:url(../images/nav-indoor-play-active-li-bg.png) bottom repeat-y; color:#699613; display:block; padding:0 10px;}
#nav li.nav-indoor-play.active ul { background:url(../images/nav-indoor-play-active-ul-bg.png) bottom no-repeat; padding:0 0 8px; }
#nav li.nav-indoor-play.active ul ul { background:none; padding:0; }

#nav li.nav-outdoor-play { background:url(../images/nav-outdoor-play-bg.png) no-repeat; }
#nav li.nav-outdoor-play.active { background:url(../images/nav-outdoor-play-active-bg.png) top no-repeat; padding:9px 0 0; }
#nav li.nav-outdoor-play.active a { background:url(../images/nav-outdoor-play-active-li-bg.png) bottom repeat-y; color:#134E9A; display:block; padding:0 10px;}
#nav li.nav-outdoor-play.active ul { background:url(../images/nav-outdoor-play-active-ul-bg.png) bottom no-repeat; padding:0 0 8px; }
#nav li.nav-outdoor-play.active ul ul { background:none; padding:0; }

#nav li.nav-package-deals.active { }
#nav li.nav-package-deals.active a, #nav li.nav-special-offers.active a { background: url(../images/nav-package-deals-active-ul-bg.png) no-repeat bottom; padding-bottom:10px; }

#nav li.active { height:auto; width:auto; }
#nav li.active a { color:#E42229; width:223px; }
#nav li ul { display:none; }
#nav li.active ul { display:block; }
#nav a { color:#fff; }
#nav li.over a,
#nav a:hover { }

#nav li.active ul ul { background:none; padding:0; }

/************ 1ST LEVEL ************/
#nav ul li { height:auto; width:243px; margin:0; padding:0;}
#nav ul li.active { }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { }


#nav ul a,
#nav ul a:hover { }
#nav li.parent ul li a { color:#00529C; font-size:11px; }

#nav li ul li a { color:#00529C !important; }

#nav li ul.level0 li ul.level1 li a {
	padding:0 0 0 20px;
}

/************ 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 { }


/************ SHOW/HIDE *************/
#nav li ul li.level1 ul.level1 { display:none; }
#nav li.active ul li.active ul { display:block; }


