.underlinemenu{ /* menu bovenaan*/
	font-weight: bold;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	text-align: center;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: centre; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #ffffff;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	text-align: center;
	border-bottom-width: 70px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #640051;
}
.bottommenu{
	font-weight: bold;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	text-align: center;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.bottommenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: centre; /*set value to "left", "center", or "right"*/
}

.bottommenu ul li{
display: inline;
}

.bottommenu ul li a{
	color: #ffffff;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	text-align: center;
	border-bottom-width: 12px;/*hoogte van de gekleurde balken*/
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.bottommenu ul li a:hover, .bottommenu ul li a.selected{
border-bottom-color: #640051;
}