table.menu	{
	position: absolute;
	margin-bottom:-1px;
/*	border: 1px solid black; */
	border: 1px solid #666666;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #CCCCCC; /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 5px 2px;
	/*font-family: Arial;*/
/*	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:16pt; font-size:9pt; font-family:Georgia, Times New Roman, Times, serif*/
	white-space: nowrap;
}

