/* ------ Do not forget to use the 'IE6navHoverFix' function from the local.js ------- */

/* menu container -------------------------------------------------------------------- */
#menu {
	margin-top:20px;
	width:149px;
	overflow: hidden;
	border-bottom: 1px solid #3e7600;
/*  border:1px solid black; */
}

/* main navigation container --------------------------------------------------------- */
#nav a {
	font-family: Arial;
	color:#000000;
	text-decoration:none;
	display:block;
	white-space: nowrap;
	margin-left: 16px;
	font-weight: normal;
	font-size: 10px;
}
#nav a:hover {
	color:#666666;
}

#nav,
#nav ul {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	margin:0px;
	padding: 0px;
	line-height:22px;	
}
#nav li {
/*	float:left;*/ /* if float:left -> horizontal menu, else vertical menu */
	width: 100%;
	background-image: url('nav/knop.gif');
	}

#nav li:hover {
	background-image: url('nav/over.gif');
	background-repeat: no-repeat;
	
}

/* subnavigation --------------------------------------------------------------------- */
#nav ul li a {
	color:#000000;
	text-decoration:none;
	display:block;
	white-space: nowrap;
	margin-left:15px;
}
#nav ul li a:hover {
	color:#666666;
}

#nav li ul {
	margin-left:149px;
	margin-top:-22px;
	z-index:204;
  background-color:#93ce3e;
	top:-999px;
	position:absolute;
	width:180px;
	text-align:left;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #3e7600;
}

#nav li:hover ul,
#nav li.navon ul { /* de 'navon' slaat op de naam van de javascriptfix voor het dropdownmenu */
	top:auto;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li.navon ul { /* de 'navon' slaat op de naam van de javascriptfix voor het dropdownmenu */
	margin-left:149px;
}




