
table.menu	{
	position: absolute;
	border: 1px solid #F4A460;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 100px;
	top: 15px;
	
}
table.menu td	{
	color: #FAF1BE;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #990033; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Times New Roman;
	font-size: 12pt;
	white-space: nowrap;
}