  body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: ;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.main {
	height: 30px;
	background-color:#029BDF;
	background-image: url(images/topmenubg.jpg);
	background-repeat: repeat;
}
.boogvak {
	float: left;
	background-color: #029BDF;
	height: 26px;
	width: 180px;
}
.menu {
	float: left;
}
.bovenleeg {
	font-size: 3px;
	float: none;
	height: 7px;
	width: 550px;
}
.boxhomeselect {
	color: #ff9933;
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
	font-weight: bold;
}
.boxhome {
	float: left;
	height: 20px;
	width: 100px;
	text-align: center;
}
.boxeduselect {
	color: #ff9933;
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
	font-weight: bold;
}
.boxedu {
	float: left;
	height: 20px;
	width: 100px;
	text-align: center;
}
.boxprojectselect {
	color: #ff9933;
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
	font-weight: bold;
}
.boxproject {
	float: left;
	height: 20px;
	width: 100px;
	text-align: center;
}
.boxresearchselect {
	color: #ff9933;
	text-align: center;
	float: left;
	width: 100px;
	height: 20px;
	font-weight: bold;
}
.boxresearch {
	float: left;
	height: 20px;
	width: 100px;
	text-align: center;
}
.boxpolicyselect {
	color: #ff9933;
	text-align: center;
	float: left;
	width: 120px;
	height: 20px;
	font-weight: bold;
}
.boxpolicy {
	float: left;
	height: 20px;
	width: 120px;
	text-align: center;
}
.boxpublicationselect {
	color: #ff9933;
	text-align: center;
	float: left;
	width: 120px;
	height: 20px;
	font-weight: bold;
}
.boxpublication {
	float: left;
	height: 20px;
	width: 120px;
	text-align: center;
}

a:link {
}
a:hover {
	color: #ff9933;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

