table.mainmenu	{
	/* width: 100%; */
	position: absolute;
	width: 80%;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
table.mainmenu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #993366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 1px 2px;
	font-family: Arial;
	font-size: 12pt;
	white-space: nowrap;
}

table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	/*position: static;*/
	left: 10%;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #993366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 18px 2px;
	font-family: Arial;
	font-size: 12pt;
	white-space: nowrap;
}

