table.menu	{
	position: absolute;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #444444;  /* Must be the same as tdColor in the menu_script.js */
	background-color: #D3D3FF; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px; 
	padding: 2px 10px 2px;       
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
}
