/**
 * 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) 2008 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 {  height:34px; padding:0;; font-size:1.3em; z-index:999;float:left;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
.nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
.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:block; text-decoration:none; }
.nav span { display:block; cursor:pointer; white-space:nowrap;}
.nav li ul span {white-space:normal; }



/************ 1ST LEVEL  ***************/
.nav>li {
	float:left;
	position:relative;
	padding-left:1px;
	height:34px;
	line-height: 34px;
	/*background:transparent url('../images/menu-bullit.gif') no-repeat right center;
	padding: 0 35px 0 20px;
    */
    padding: 0 20px 0 0px;
}
.nav a { float:left; padding:1px 12px 6px 0; color:#FFFFFF; font-weight:bold; }

.nav>li.active>a {
	color:#502458;
	background:#ece8ed;
	height:29px;
	/* padding: 0 10px; */
	margin: 5px 0 0 0;
	color: #502458;
}
.nav>li.active>a>span {
	margin-top:-5px;
}
.nav>li.active>a:hover {
	color: #502458;
}
.nav>li>a {
	font: normal normal normal 0.9em/34px Georgia, Serif;
	line-height: 34px;
	padding:0;
	text-transform:uppercase;
    background-image: url('../images/savour/tab-inactive-left.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 10px;
	color: #502458;
}
.nav>li>a>span {
    background-image: url('../images/savour/tab-inactive-right.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 10px;
}
.nav>li.active>a {
    background-image: url('../images/savour/tab-left.gif');
    font-weight: bold;
}
.nav>li.active>a>span {
    background-image: url('../images/savour/tab-right.gif');
}

.nav>li.over>a {
    background-image: url('../images/savour/tab-left.gif');
}
.nav>li.over>a>span {
    background-image: url('../images/savour/tab-right.gif');
}


/*.nav li.over a, .nav a:hover { color:#F8F7F5;}*/


.nav>ul {margin:0}
/************ 1ST LEVEL RESET ************/
.nav ul li, .nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#F8F7F5 url(../images/nav_divider.gif) repeat-x 5px 100%;
	}
.nav ul li.over {background:#DFCAE3 url(../images/nav_divider.gif) repeat-x 5px 100%;}
.nav ul li.last { background:#F8F7F5; padding-bottom:0; }


.nav ul a, .nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
.nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
.nav ul {
	position: absolute;
	width:15em;
	top:30px;
	left:-10000px;
  border:1px solid #899ba5;
}

/* 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 li a { background:#F8F7F5; text-transform:none;}
.nav ul li a:hover { background:#DFCAE3; }
.nav ul li a, .nav ul li a:hover { color:#2f2f2f !important; }
.nav ul span, .nav ul li.last li span { padding:3px 15px 4px 15px;}


/************ 3RD+ LEVEL ************/
.nav ul ul { top:5px; }

/* Left Menu lists*/
ul.left-links li {	margin-bottom: 16px;width:224px !important; }
ul.left-links li>a {
	display: block;
	height:64px;
	width:224px !important;
	margin:0;
	padding:0;
	color:white;
	font: normal small-caps bold 1.4em/63px "Trajan Pro", "Palatino Linotype", "Times New Roman", Georgia, Serif;
	text-align:center;
	text-decoration:none;
}

.bovenste	{background:#DFCAE3 url('../images/bovenste.gif') no-repeat center}
.middelste	{background:#DFCAE3 url('../images/middelste.gif') no-repeat center}
.onderste	{background:#DFCAE3 url('../images/onderste.gif') no-repeat center}

