/* @override 
	http://www.magento.moodspace.nl/magento/skin/frontend/default/jm_larix/css/menu.css
	http://www.magento.moodspace.nl/magento/skin/frontend/default/jm_larix/css/menu.css
	http://bumax.pixeltown.nl/shop/skin/frontend/default/jm_larix_edwin/css/menu.css
*/

.header-nav-container {
	width: 5000px;
	visibility: visible;
	margin-right: 200px;
	margin-left: -900px;
	padding-right: 200px;
	padding-left: 900px;
	background-color: #30A84B;
}
#nav {}

/************** 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, #nav a:active, #nav a:focus {
	display: block;
	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;
	padding: 0;
	margin-right: 0;
}

#nav li.parent {
}

#nav li.parent li.parent {}

#nav a {
	float: left;
	text-decoration: none;
	color: white;
	font-size: 95%;
	text-transform: uppercase;
	padding-left: 3px;
	letter-spacing: 0px;
	background: url(../images/mainnav-sep.gif) repeat-y right bottom;
	font-weight: bold;
}

#nav a span {
	padding: 9px 6px 9px 3px;
}

#nav li.active a,
#nav li.over a, #nav a:hover, #nav a:active, #nav a:focus, #nav a.over,
#nav li.active a:hover, #nav li.active a:active, #nav li.active a:focus{
	color: white;
	background: url(../images/mainnav-active.gif) no-repeat right top;
}

#nav li.active a span,
#nav li.over a span, #nav a:hover span, #nav a:active span, #nav a:focus span, #nav a.over span,
#nav li.active a:hover span, #nav li.active a:active span, #nav li.active a:focus span {
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	margin: 0;
	padding:0;
}

/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
	padding-bottom: 0;
	background: none;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
	float: none;
	background: none;
	color: #464646 !important;
}

#nav ul a span,
#nav ul a:hover span, #nav ul a.over span {
	float: none;
	display: compact;
}


#nav ul li a, #nav ul li a span {
	font-weight: normal !important;
	line-height: normal !important;
	background: none !important;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width: 14em;
	top: 35px;
	left: -10000px;
	background: #dfdfdf;
	list-style: none;
	border: 1px solid silver;
}

#nav ul li {
	width: 100%;
	background: url(../images/1px-white.gif) repeat-x bottom left;
}

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

#nav ul li a,  #nav li.active li a {
	border: none;
	margin: 0;
	/*background: url(../images/blank.png);*/
	font-size: 92%;
	text-transform: none;
	padding: 0px 3px;
	letter-spacing: normal;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.over,
#nav ul li.active a:active, #nav ul li.active a:hover, #nav ul li.active a:focus {
	background-color: #30A84B !important;
	color: white !important;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	
}

/************ 3RD+ LEVEL ************/
#nav ul ul { top: 0px;}



