/* ----------------------------------------------------*/
/* MENU items */

table.tableMenu { /* used in tables2.htm */
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #700070;
	background-color: #700070;
}

td.tdMenuName {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	font-size: 36px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #900090;
	background-image: url(../image/Gerda_Elsenaar_v001_275x37_web.png);
	background-repeat: no-repeat;
	background-position: right top;
}

td.tdMenuAnchor { /* used in tables2.htm */
	margin: 0px;
	padding: 0px;
	width: 1px;
	text-align: right;
	vertical-align: bottom;
	border-bottom: 1px solid #900090;
}

td.tdMenu {
	margin: 0px;
	padding: 0px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #700070;
/*	color: #000000; */
	color: #FFAAFF;
	text-align: Left;
	background-image: url(../image/Oog_gesloten_v005_50x37_web.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	font-size: medium;
	border-left: 1px solid #700070;
	border-top: 1px solid #700070;
	border-right: 1px solid #700070;
	border-bottom: 1px solid #900090;
}

td.tdMenuHover {
	background-image: url(../image/Oog_open_v005_50x37_web.png);
/*	color: #FFAAFF; */
	color: #FF55FF;
}

td.tdMenuActive {
/*	border: 2px inset white; */
	background-image: url(../image/Oog_groot_v005_50x37_web.png);
}

td.tdMenuShow {
	border-left: 1px solid #900090;
/*
	border-right: 1px solid #900090;
	border-bottom: 1px solid #700070;
*/
}

div.divMenuAnchor { /* used in tables2.htm */
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	position: relative;
	overflow: visible;
	border: 1px solid #700070;
}

div.divMenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 2px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	overflow: visible;
	visibility: hidden;
	width: auto;
}

table.tableMenuItem { /* used in tables2.htm */
	margin: 0px;
	padding: 0px;
	height: 28px;
	background-color: #700070;
	border-left: 1px solid #900090;
	border-right: 1px solid #900090;
	border-bottom: 1px solid #900090;
}

td.tdMenuItem {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	cursor: hand;
	background-color: #700070;
	color: #FFAAFF;
	text-align: left;
	background-image: url(../image/Oog_gesloten_v005_side_35x26_web.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-right: 5px;
	border: 1px solid #700070;
	width: 5cm;
	font-size: x-small;
}

td.tdMenuItemHover {
	background-image: url(../image/Oog_open_v005_side_35x26_web.png);
	color: #FF55FF;
}

td.tdMenuItemActive {
/*	border: 2px inset white; */
	background-image: url(../image/Oog_groot_v005_side_35x26_web.png);
}

#textHelpText {
	margin: 0px;
	padding: 0px;
 	width: 90%;
	border: none;
	background: none;
	color: #FFAAFF;
}
