/**
 * 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 { padding:0px; font-size:11px; }

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

/************ 0 LEVEL ***************/
#nav li { float:left; text-align: center; margin-right: 14px; display: block; }
#nav a { float:left; padding: 10px 0px; color:#FFFFCC; font-weight:bold; }
#nav a span { width: 129px; padding-left: 0px; padding-right: 0px; text-align: center;}

/************ OUTDOOR ***************/
#nav li.nav-1 { background: #751D13 url('../design/nav.outdoor.top.gif') no-repeat 0 0; }
#nav li.nav-1 ul { border-color: #751D13; background: url('../design/back.outdoor.png') no-repeat bottom left; }
#nav li.nav-1 a { background: url('../design/nav.outdoor.bottom.gif') no-repeat bottom left; }
#nav li.nav-1 ul li a:hover { background-color: #751D13; }
#nav li.nav-1 ul li.last a:hover { background: transparent url('../design/back.outdoor.last.gif') no-repeat bottom left; }

/************ JACHT ***************/
#nav li.nav-2 { background: #757407 url('../design/nav.jacht.top.gif') no-repeat 0 0; }
#nav li.nav-2 ul { border-color: #757407; background: url('../design/back.jacht.png') no-repeat bottom left; }
#nav li.nav-2 a { background: url('../design/nav.jacht.bottom.gif') no-repeat bottom left; }
#nav li.nav-2 ul li a:hover { background-color: #757407; }
#nav li.nav-2 ul li.last a:hover { background: transparent url('../design/back.jacht.last.gif') no-repeat bottom left; }

/************ HOND ***************/
#nav li.nav-3 { background: #A7571A url('../design/nav.hond.top.gif') no-repeat 0 0; }
#nav li.nav-3 ul { border-color: #A7571A; background: url('../design/back.hond.png') no-repeat bottom left; }
#nav li.nav-3 a { background: url('../design/nav.hond.bottom.gif') no-repeat bottom left; }
#nav li.nav-3 ul li a:hover { background-color: #A7571A; }
#nav li.nav-3 ul li.last a:hover { background: transparent url('../design/back.hond.last.gif') no-repeat bottom left; }

/************ PAARD ***************/
#nav li.nav-4 { background: #FF6600 url('../design/nav.paard.top.gif') no-repeat 0 0; margin-right: 0px; }
#nav li.nav-4 ul { border-color: #FF6600; background: url('../design/back.paard.png') no-repeat bottom left; }
#nav li.nav-4 a { background: url('../design/nav.paard.bottom.gif') no-repeat bottom left; }
#nav li.nav-4 ul li a:hover { background-color: #FF6600; }
#nav li.nav-4 ul li.last a:hover { background: transparent url('../design/back.paard.last.gif') no-repeat bottom left; }


/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:0px; }
#nav ul li.last { padding-bottom:0; }
#nav ul li span { text-align: left; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }
#nav ul li a span { margin: 0px 7px; width: 115px;}

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:129px; top:26px; left:-10000px; border-top: 5px solid #FFFFFF; text-align: left; }
#nav ul li { text-align: left; }
#nav li.nav-1 ul a,
#nav li.nav-2 ul a,
#nav li.nav-3 ul a,
#nav li.nav-4 ul a { background-image: none; padding: 7px 0px; }

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

/************ Homepage specific ************/
body.cms-home #nav li.nav-1, 
body.cms-home #nav li.nav-2,
body.cms-home #nav li.nav-3,
body.cms-home #nav li.nav-4 { background-image: none; }

/************ Pop-Up specific **************/
body.page-popup .header-nav-container { display: none; }