

.menuHome
{
	background:url(/Afbeeldingen/links/home.jpg) no-repeat center;
	width:163px;
	height:20px;
	text-decoration:none;
	color:White;
	text-transform:uppercase;
	padding-top:2px;
	display:block;
}

.menuHome:hover
{
	text-decoration:underline;
	color:White;
	display:block;
}

.menuKikoen
{
	background:url(/Afbeeldingen/links/menuKikoen.jpg) no-repeat center;
	width:163;
	height:18;
	text-decoration:none;
	color:White;
	text-transform:uppercase;
	padding-top:2px;
	display:block;	
}

.menu
{
	background:url(/Afbeeldingen/links/menu.jpg) no-repeat center;
	width:163;
	height:20;
	text-decoration:none;
	color:White;
	text-transform:uppercase;
	padding-top:2px;
	display:block;
}

.menu:hover
{
	text-decoration:underline;
	color:White;
	display:block;
}

.subitem
{
	background:url(/Afbeeldingen/links/bgsub.jpg) repeat-y center;
	width:163;
	text-decoration:none;
	color:#333333;
	display:block;
}

.subitem:hover
{
	text-decoration:underline;
	color:#333333;
	display:block;
}