table.menu	{
	position: absolute;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	margin: 2px;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #999999;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFDDBB;  /* Must be the same as tdBgColor in the menu_script.js */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	white-space: nowrap;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	border: 1px solid #FFFFFF;
}

