﻿@charset "utf-8";
/* CSS Document */

.menuitem {
	float:left;
	width:168px;
	height:202px;		
}

.homemenu {
	background-image:url('/style library/eaf/images/home.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
}
.homemenu .selected img, .homemenu a:hover img {
	background-image:url('/style library/eaf/images/homeactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
}
	
.criteriamenu {
	background-image:url('/style library/eaf/images/criteria.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
.criteriamenu .selected img,.criteriamenu a:hover img {
	background-image:url('/style library/eaf/images/criteriaactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
}
	
.nieuwsmenu {
	background-image:url('/style library/eaf/images/nieuws.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.nieuwsmenu .selected img, .nieuwsmenu a:hover img {
		background-image:url('/style library/eaf/images/nieuwsactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}

	
	.newsmenu {
	background-image:url('/style library/eaf/images/news.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.newsmenu .selected img, .newsmenu a:hover img{
		background-image:url('/style library/eaf/images/newsactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}

	
.donatiesmenu {
	background-image:url('/style library/eaf/images/donaties.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.donatiesmenu .selected img, .donatiesmenu a:hover img{
	background-image:url('/style library/eaf/images/donatiesactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}

	
	.donationsmenu {
	background-image:url('/style library/eaf/images/donations.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.donationsmenu .selected img, .donationsmenu a:hover img{
	background-image:url('/style library/eaf/images/donationsactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}
	
	
.organisatiemenu {
	background-image:url('/style library/eaf/images/organisatie.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.organisatiemenu .selected img, .organisatiemenu a:hover img{
        background-image:url('/style library/eaf/images/organisatieactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}
	
	.organisationmenu {
	background-image:url('/style library/eaf/images/organisation.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.organisationmenu .selected img, .organisationmenu a:hover img{
        background-image:url('/style library/eaf/images/organisationactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}

	
.linksmenu {
	background-image:url('/style library/eaf/images/links.jpg');
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:168px;
	height:202px;	
	margin-left:3px;
}
	.linksmenu .selected img {
	    background-image:url('/style library/eaf/images/linksactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}
	.linksmenu a:hover img {
		background-image:url('/style library/eaf/images/linksactive.jpg');
		background-repeat:no-repeat;
		background-position:top;
	}
	
	
