table.menu	{
	position: absolute;
	top: 100px;
	left: 520px;
	border: 1px #0E063E;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: absolute;
	top: 19px;
    left: 517px;
}
table.menu td	{
	color: #262163;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #ffffff; /* Must be the same as tdBgColor in the menu_script.js */
	border: 1px;
	border-color: #262163;
	padding: 0px 8px 2px;
	font-family: arial;
	font-size: 10pt;
	white-space: nowrap;
}

