div#menu-spacer
{
	float:left;
	width:162px;
}

a#welkom
{
	width:94px;
	background-image:url("../img/menu-welkom.png");
}
a#programma
{
	width:135px;
	background-image:url("../img/menu-programma.png");
}

a#thema
{
	width:75px;
	background-image:url("../img/menu-thema.png");
}

a#aanmelden
{
	width:131px;
	background-image:url("../img/menu-aanmelden.png");
}

a#etiquette
{
	width:109px;
	background-image:url("../img/menu-etiquette.png");
}

a#fotos
{
	width:78px;
	background-image:url("../img/menu-fotos.png");
}

a#commissie
{
	width:114px;
	background-image:url("../img/menu-commissie.png");
}





a#welkom:hover
{
	background-image:url("../img/menu-welkom-hover.png");
}
a#programma:hover
{
	background-image:url("../img/menu-programma-hover.png");
}

a#thema:hover
{
	background-image:url("../img/menu-thema-hover.png");
}

a#aanmelden:hover
{
	background-image:url("../img/menu-aanmelden-hover.png");
}

a#etiquette:hover
{
	background-image:url("../img/menu-etiquette-hover.png");
}

a#fotos:hover
{
	background-image:url("../img/menu-fotos-hover.png");
}

a#commissie:hover
{
	background-image:url("../img/menu-commissie-hover.png");
}
