TABLE.menu {
	width: 160px;
	margin-left: 5px;
}

TD.Mtitel {
	background-image: url(../images/menu/boven.gif);
	background-repeat: repeat-x;
	height: 28px;
	color: #D6E2F8;
	text-transform: capitalize;
}

TD.Minhoud {
	background-color: #5084E4;
	color: #3366CC;
}

TD.Mo {
	background-image:url(../images/menu/onder.gif);
	background-repeat: repeat-x;
	height: 12px;
}

TD.Ml {
	background-image: url(../images/menu/links.gif);
	background-repeat: repeat-y;
	width: 11px;
}

TD.Mr {
	background-image: url(../images/menu/rechts.gif);
	background-repeat: repeat-y;
	width: 11px;
}

TD.Mlb {
	background-image: url(../images/menu/linksboven.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 11px;
}

TD.Mrb {
	background-image: url(../images/menu/rechtsboven.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 11px
}

TD.Mlo {
	background-image: url(../images/menu/linksonder.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
}

TD.Mro {
	background-image: url(../images/menu/rechtsonder.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
}

A.menuItem{
	color: #003399;
	text-align: left;
	text-decoration: none;
}

A.menuItem:hover{
 	color: #D6E2F8;
}

HR.menu{
	color: #3366CC;
	background-color: #3366CC;
	height: 1px;
}

