		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			margin-top: 0px;
			padding-left: 0px;
			margin-left: 0px;
			border-top: 0px solid;
			width: 200px;
		}
		.vertical li a{
			display: block;
			width: auto;
			text-decoration: none;
			height: 24px;
			line-height: 24px;
			padding: 0 0;
			border: 0px solid;
			border-top: 0px;
			text-align: left;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -24px;
			margin-left: 200px;
		}

		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}


	/*opmaak menu */
	.bluewhite li a{
		font-family:Arial,Verdana,Helvetica,sans-serif;
		font-size: 14px;
		text-align: left;
		padding-left: 10px;
		color: #000066;
		font-weight: normal;
		background: #eeeeee url(../images/site/button.png) 0px 0px;
	}
	.bluewhite li a:active{
		background: #eeeeee url(../images/site/button.png) 0px 24px;
		color: #000000;
		font-weight: normal;
	}
	.bluewhite li a:hover{
		background: #eeeeee url(../images/site/button.png) 0px 24px;
		color: #ffffff;
		font-weight: normal;
	}
	.bluewhite ul{
		border-color: #0e4472;
	}

	/*opmaak submenu */
	.bluewhite li ul a{
		text-align: left;
		font-size: 14px;
		padding-left: 10px;
		background: #eeeeee url(../images/site/button.png) 0px 0px;
		color: #000066;
		font-weight: normal;
	}

	.bluewhite li ul a:active{
		background: #eeeeee url(../images/site/button.png) 0px 24px;
		color: #000000;
		font-weight: normal;
	}
	.bluewhite li ul a:hover{
		background: #eeeeee url(../images/site/button.png) 0px 24px;
		color: #ffffff;
		font-weight: normal;
	}