table.menu	{
	position: absolute;
    top: 60px;
	left: 15px;
	border: 0px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position:relative;
left:3px;
top:25px;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 12px 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

