/*------------------------------- List styles ------------------------------- */

#rechts ul {
	list-style: none;
	padding: 0;
	width: 140px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}
#rechts ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#rechts ul li a {
	display: block;
	width: 140px;
	text-decoration: none;
	height: 23px;
	margin-top: 23px;
	float: none;
	color: #cfcfcf;
	font-size: 1px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #CFCFCF;
}

#rechts ul li a:hover {
	text-decoration: none;
	color: #000000;
}

/*------------------------------- Menu styling - link ------------------------------- */

.home a{
	background-repeat: no-repeat;
	background-image: url(index/menu/home-zwart.jpg);
}
.profiel a{
	background-image: url(index/menu/profiel-zwart.jpg);
}
.portfolio a{
	background-image: url(index/menu/portfolio-zwart.jpg);
}
.contact a{
	background-image: url(index/menu/contact-zwart.jpg);
}
.links a{
	background-image: url(index/menu/links-zwart.jpg);
}
/*------------------------------- Menu styling - hover ------------------------------- */

.home a:hover {
	background-image: url(index/menu/home-rood.jpg);
}
.profiel a:hover {
	background-image: url(index/menu/profiel-rood.jpg);
}
.portfolio a:hover {
	background-image: url(index/menu/portfolio-rood.jpg);
}
.contact a:hover {
	background-image: url(index/menu/contact-rood.jpg);
}
.links a:hover {
	background-image: url(index/menu/links-rood.jpg);
}
