table.menu	{
	position: absolute;
	cursor: pointer;
	padding:0px;
	visibility: hidden;
	width:100%;
}
#mainmenu	{
	position: relative;
}

table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #ffa1a1; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	white-space: nowrap;
	width:100%;
}


