	<!-- achtergrond menu -->
	.menuAchtergrond 
	{ 
		margin: 0px 0px 0px 0px;
	}
	<!-- cell met aanwijzer niveau1 -->
	.menuNiveau1
	{
		width: 15px;
		height: 25px;
	}

	<!-- cell met aanwijzer niveau2 -->
	.menuNiveau2
	{
		width: 15px;
	}

	<!-- cell met tekst menuitem -->
	.menuItem
	{

	}

	<!-- tekst Hoofditem -->
	.menuHoofdItem
	{
		font-family: Verdana;
		font-size: 13px;
		color: #323232;
	}
	a.menuHoofdItem:link
	{
		color: #323232;
		text-decoration: none;
	}
	a.menuHoofdItem:visited
	{
		color: #323232;
		text-decoration: none;
	}
	a.menuHoofdItem:active
	{
		color: #323232;
		text-decoration: none;
	}
	a.menuHoofdItem:hover
	{
		color: #323232;
		text-decoration: underline;
	}


	<!-- tekst Hoofditem -->
	.menuSubItem
	{
		font-family: Verdana;
		font-size: 12px;
		color: #323232;
	}
	a.menuSubItem:link
	{
		color: #323232;
		text-decoration: none;
	}
	a.menuSubItem:visited
	{
		color: #323232;
		text-decoration: none;
	}
	a.menuSubItem:active
	{
		color: #323232;
		text-decoration: none;
	}
	a.menuSubItem:hover
	{
		color: #323232;
		text-decoration: underline;
	}