/* NAVIGATIE: algemene properties menu */

#navigatie {
/* float: left; (OM HET MENU LINKS UIT TE LIJNEN) */
margin:			0 auto;
width:			85px;
}

/* BUTTONS: algemene properties buttons */

ul#menu {
list-style-type:	none;
padding:			0;
margin:				0;
border:				none;
top:				0px;
left:				0px;
width:				85px;
height:				26px;
}

ul#menu li {
padding:			0;
margin:				0;
display:			block;
float:				left;
width:				85px;
height:				26px;
}

ul#menu li a {
margin-left:		0px;
margin-right:		0px;
border:				0;
display:			block;
width:				85px;
height:				26px;
}

ul#menu li a:hover {
border:				0;
display:			block;
width:				85px;
height:				26px;
}

/* BUTTONS: specifieke properties buttons */

li#home a,
li#home a:link,
li#home a:visited {
	background:	url('../img/buttons/homepage_off.gif');
}

li#home a:hover,
li#home_on a {
	background:	url('../img/buttons/homepage_on.gif');
}

li#contact a,
li#contact a:link,
li#contact a:visited {
	background:	url('../img/buttons/contact_off.gif');
	height:	24px;
}

li#contact a:hover,
li#contact_on a {
	background:	url('../img/buttons/contact_on.gif');
	height: 24px;
}