/*** Nav bar styles ***/
/*** http://www.htmldog.com/articles/suckerfish/dropdowns/example/vertical.html ***/

/* Breedte menu: #navigatie {width}
   Positie submenu: #nav li a {width} */

#navigatie {
	width:120px;
	float:left;
	position: relative;
	left: 2px;
}
#navigatie h4 {
	font-size: 110%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	width: 100%;
	margin-bottom : -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999px;;
	margin-left : 99%;
	margin-top : -2.15em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 88%;
	w\idth : 88%;
	z-index:200;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #EAF4E8;
}

#nav li a:hover {
	color : #083650;
	background-color : #C5E1A7;
}

#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;
}
#navigatie a.pijltje {
	background-image: url(../gif_jpg/nav/sub.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
