table.menu	{
	position: absolute;
	border: 1px solid orange;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 03px;
	top: 02px;
}

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

