/* CSS Document */
a.menu_home {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_home.gif");
	background-repeat: no-repeat;
	width: 38px;
	height: 20px;
	display: block;
}
a.menu_home:hover {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_home_on.gif");
	background-repeat: no-repeat;
}

a.menu_home_on {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_home_on.gif");
	background-repeat: no-repeat;
	width: 38px;
	height: 20px;
	display: block;
}



a.menu_werk {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_werkwijze.gif");
	background-repeat: no-repeat;
	width: 73px;
	height: 20px;
	display: block;
}

a.menu_werk:hover {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_werkwijze_on.gif");
	background-repeat: no-repeat;
}

a.menu_werk_on {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_werkwijze_on.gif");
	background-repeat: no-repeat;
	width: 73px;
	height: 20px;
	display: block;
}





a.menu_dienst {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_diensten.gif");
	background-repeat: no-repeat;
	width: 113px;
	height: 20px;
	display: block;
}

a.menu_dienst:hover {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_diensten_on.gif");
	background-repeat: no-repeat;
}

a.menu_dienst_on {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_diensten_on.gif");
	background-repeat: no-repeat;
	width: 113px;
	height: 20px;
	display: block;
}



a.menu_faq {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_faq.gif");
	background-repeat: no-repeat;
	width: 142px;
	height: 20px;
	display: block;
}

a.menu_faq:hover {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_faq_on.gif");
	background-repeat: no-repeat;
}

a.menu_faq_on {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_faq_on.gif");
	background-repeat: no-repeat;
	width: 142px;
	height: 20px;
	display: block;
}

a.menu_contact {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_contact.gif");
	background-repeat: no-repeat;
	width: 57px;
	height: 20px;
	display: block;
}

a.menu_contact:hover {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_contact_on.gif");
	background-repeat: no-repeat;
}

a.menu_contact_on {
	position: relative;
	float: left;
	background-image:url("../gfx/menu_contact_on.gif");
	background-repeat: no-repeat;
	width: 57px;
	height: 20px;
	display: block;
}

a {
	text-decoration: none;
	color: #0170bf;
}