table.menu	{
	position: absolute;
	border: 0px solid #FFFFFF;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	top: 130px;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: ##000000; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 1px 13px 5px;
	font-family: Arial, Helvetica, San Serif;
	font-weight: bold;
	font-size: 12pt;
	white-space: nowrap;
	text-align:left;
}

table.menu tr	{
	height: 18px;
}