table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	height: 25px;
	border: 0px solid #cccccc;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #ba804e;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #3e2014; /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 6px 0px;      /* Top, both sides, bottom */
	height: 15px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
}


