/**
 * 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:0;
	font-size:1.1em;
	width: 960px;
	float: left; 
	background: url(../images/bg-nav.jpg) repeat-x;
}
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */


#nav a {
	color: #481f02;
	background: url(../images/left-tab.jpg) left top no-repeat;
	text-decoration: none;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	height: 55px;
}
#nav a span {
	background: url(../images/right-tab.jpg) right top no-repeat;
	padding-right: 18px;
	height: 55px;
}
#nav a, #nav a span {
	display: block;
	float: left;
}
#nav a:hover {
	color:#481f02;
	/*text-decoration:underline;*/
	padding-left: 18px;
}
#nav a:hover span {
	
	padding-right: 18px;
}

#nav .active a {
	color:#FFFFFF;
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	padding-left: 18px;
}
#nav .active {
	color: #505050;
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	
}
#nav .active span {
	background: url(../images/right-tab-hover.jpg) right top no-repeat;
	padding-right: 18px;
}


body.cms-home #nav .home a {
	
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	padding-left: 18px;
	color:#FFFFFF;
}
body.cms-home #nav .home {
	color: #505050;
	background: #d8bbab url(../images/left-tab-hover.jpg) left top no-repeat;
	
}
body.cms-home #nav .home span {
	background: url(../images/right-tab-hover.jpg) right top no-repeat;
	padding-right: 18px;
	
}


/*#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}*/

#nav li {
	float: left;
	margin: 0;
}
#tab {
	padding-top: 15px;
	font-size: 15px;
}

#nav li span {
	padding-top: 15px;
	font-size: 14px;
}


.navlast {
	background: url(../images/left-tab.jpg) left top no-repeat;
	width: 15px;
	height: 55px;
	}
	
#nav ul {
position: absolute;
left: -1000px;
top: 50px;
background: #F7E9DC;
padding: 10px 0;
width: 200px;;
list-style: none;
padding: 0;
margin: 0;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
z-index:100;
}

#nav li.nav-acties ul{
	width: 254px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
background: #F7E9DC;}

ul ul li{
border: 0;
background: #F7E9DC;
}

#nav ul a{
background: #F7E9DC;
padding: 4px 10px;
height: 20px;
}

#nav ul a span{
	background: #F7E9DC;
	font-size: 11px;
	font-weight: lighter;
	font-family: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 1px 10px;
	width: 150px;
	height: 20px;
}

#nav li.nav-acties ul a span{
	width: 214px;
}

#nav li.nav-acties ul a{
	width: 212px;
}

#nav ul a:hover{
	padding: 4px 10px;
}

#nav ul a:hover span{
	padding: 1px 10px;
	text-decoration: underline;
}

#nav .active ul a {
	color:#481F02;
	background: #C3BAB1;
	padding-left: 10px;
}

#nav .active ul {
	color: #505050;
	background: #C3BAB1;	
}

#nav .active ul span {
	background: #C3BAB1;
	padding-right: 10px;
}



