table.menu	{
	position: absolute;
	border: #996699;
	border-width: medium;
	border-style: solid;
	cursor: pointer;
	cursor: hand;
	visibility: hidden; z-index:100;}
	
	#mainmenu	{
	left: 32%;
	top: 292px;}


	
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #E1D5D7; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 13px;
	white-space: nowrap;
}
