		/*this is the css for the horizontal version*/
		.horizontal {
			float:left;
			width:100%;
			background:#000;
			position:relative;
		}

		.horizontal ul {
			margin:0;
			list-style:none;
			padding:0;
			clear:left;
			float:left;
			position:relative;
			left:25%;
			text-align:center;
		}

		.horizontal ul li {
			display:block;
			float:left;
			list-style:none;
			margin:0;
			padding:0;
			position:relative;
			right:25%;
		}

		.horizontal li a{
			text-decoration: none;
			height: 18px;
			float: left;
			display: block;
			width: 90px;
			padding: 0px 1px;
			border: 0px solid red;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-bottom: 0px solid red;
		}
		.horizontal li ul{
			position: absolute;
			margin-top: 18px;
			margin-left: 0px;
			width: 90px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid red;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 18px;
			margin-left: 0px;
		}
		.horizontal li ul li a{
			width: 90px;
		}
		/*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-size: 12px;
	text-align: center;
	padding-right: 0px;
	color: #ffffff;
	font-weight: normal;
	background: transparent 0px 0px;
}
.bluewhite li a:active{
	background: transparent 0px 18px;
	color: #ffffff;
	font-weight: normal;
}
.bluewhite li a:hover{
	background: transparent 0px 18px;
	color: #3399ff;
	font-weight: normal;
}
.bluewhite ul{
	border-color: white;
}

	/* opmaak submenu */
.bluewhite li ul a{
	font-size: 12px;
	text-align: center;
	padding-right: 0px;
	color: white;
	font-weight: normal;
	background: black 0px 0px;
	color: #ffffff;
	font-weight: normal;
}

.bluewhite li ul a:active{
	background: black 0px 18px;
	color: #ffffff;
	font-weight: normal;
}
.bluewhite li ul a:hover{
	background: black 0px 18px;
	color: #3399ff;
	font-weight: normal;
}