
/***** positionering Horizontale navigatie (Max 4 niveau's) *****/

#nav {
width:744px;

}

#nav, #nav ul {

	margin: 0;
	padding:0px;
	list-style: none; 
	background-color: #599c00;	
}

#nav ul {
padding-left:0;
}

#nav ul li {
	width:15%;
	float: left;
	height: 22px;
	background-color: #599c00;
    background-image:url('/_images/pipe.gif');
    background-repeat: no-repeat;
    background-position:  right center;	
	}




#nav li.big {
	width:20%;
/*	float: left;
	height: 22px;
    background-image: url('/_images/pipe.gif');
    background-repeat: no-repeat;
    background-position:  right center;	
	background-color: #599c00;*/
	}

#nav li.last {
	width:20%;
  background-image: none;

	}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}
/***** Einde positionering *****/


/***** Style Horizontale navigatie *****/
.small {
	width:154px;
	}
	
.large {
	width:180px;
	}
	#nav li a {	
		display:block;
		/*width: 154px; /*123*/
		height: 19px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		color:#FFFFFF;
		padding: 4px 0 0 0;
		
	}
	#nav a:hover{
		color: #FFFFFF;
	}

	#nav li:hover, #nav li.sfhover {
		position: static;
		background-color: #03342e;
		color:#FFFFFF;
		/*		background:url(../_images/mnu_main_over.gif) no-repeat top left;*/
	}
	
	#nav li:hover a, #nav li.sfhover a{
		font-weight:bold;


	}
	
	#nav li:hover a:hover{
		font-weight:bold;
		color: #FFFFFF;
	}
	

/***** Einde Style Horizontale navigatie *****/