/* menu */
#menuL0{
	left:20px;
	position:absolute;
	top:128px;
	width:100%;
	color: #000;
}
#menuL0 li{
	font-weight:bold;
}
#menuL0 li .divider{
	margin: 0 0 0 5px;
	color: transparent;
	background:url(../images/ikoon-inactief.jpg) no-repeat scroll 0 0px;
}
#menuL0 li a{
	font-size:1.3em;
}
#menuL0 li a:hover, #menuL0 li a.hover{
	color:#339933;
}

#menuL0 li.first{
	position: absolute;
	z-index: 1;
	top: 0;
}

#li1683{
	width: 160px;
	left: -10px;

}
#li1678{
	width: 107px;
	left: 130px;
}
#li1667{
	width: 180px;
	left: 225px;
}
#li1654{
	width: 140px;
	left: 419px;
}
#li1628{
	width: 210px;
	left: 552px;
}
#li1597{
	width: 100px;
	left: 727px;
}
#nav li.top{
	height: 0em;
}
#nav li.bottom{
	height: 0.4em;
}
/* second-level lists */
#nav li ul { 
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
	padding: 0 0 0 15px; 
	margin: 0 0px 0 -16px;
	
	width: inherit;
	background:#FFFFFF;
	border-bottom: 1px solid  #999;
	border-left: 1px solid  #999;
	border-right: 1px solid  #999;
	
}

#nav li li{
	background: #ffffff;
	padding: 0 0 6px 0;
	width:100%;
}

#nav li li a{
	display: block;
	width: inherit;
	font-weight: normal;
}

#menuL0 li li.selected a{
	color:#339933;
	font-weight: bold;
}
/* third-and-above-level lists */
#nav li ul ul { 
	margin: -38px 0 0 180px; /* pushes ul to the right of parent li*/
	padding:4px;
	width: inherit;
	z-index:100;
	border: 0;
	background: transparent;
}

#nav li li li a{
	width: 100%;
}

#nav li li.selected li a{
	color:#555555;
	font-weight: normal;
}
#nav li li.selected li a:hover, #nav li li.selected li a.hover{
	color:#339933;
}
#nav li li.selected li.selected a{
	color:#339933;
	font-weight: bold;
}
#nav li li li.top{
	border-top: 1px solid  #999;
	height:1.3em;
}
#nav li li li.bottom{
	border-bottom: 1px solid  #999;
}
#nav li li li{
	clear: left;
	width: 100%;
	background: #fff;
	border-left: 1px solid  #999;
	border-right: 1px solid  #999;
	padding:0 0 7px 15px;
}


/* hover effects */
#nav li.first:hover,#nav li.first.hover{
	border-top: 1px solid  #999;
	border-left: 1px solid  #999;
	border-right: 1px solid  #999;
	background: #fff;
	width: 180px;
	z-index: 2;
	margin:-8px 0 0 -16px;
	padding:7px 0 0 15px;
}
#nav li.first:hover .divider, #nav li.first.hover .divider{	
	background:transparent url(../images/down-arrow.jpg) no-repeat 0 -7px;
	color:transparent;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	*left: 0px;
}

/* override rules menu trd */

#nav li#li1628 ul{
	padding: 0 0 0 0px;
	border:0 none;
	margin:0;
}
#nav li#li1628 li{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin:0 0 0 -16px;
	padding:0 0 6px 15px;
}
#nav li#li1628 ul ul { 
	margin:-35px 0 0 -216px;
	width:200px;
}

#nav li#li1628 li li{
	margin:0 0 0 -21px;
}
#nav li#li1628 li.bottom{
	border-bottom: 1px solid  #999;
}

/* producten */
#nav li#li1597{
	width: 160px;
}
#nav li#li1597 ul{
	padding: 0 0 0 0px;
	border:0 none;
	margin:0;
}
#nav li#li1597 li{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin:0 0 0 -16px;
	padding:0 0 6px 15px;
}
#nav li#li1597 ul ul { 
	margin:-35px 0 0 -216px;
	width:200px;
}

#nav li#li1597 li li{
	margin:0 0 0 -21px;
}
#nav li#li1597 li.bottom{
	border-bottom: 1px solid  #999;
}
/* end main menu */