table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	height: 25px;
	border: 0px solid #cccccc;
}
#mainmenu	{
	position: static;
	width:800px;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #000000; /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 0px 0px;      /* Top, both sides, bottom */
	height: 20px;
	width: 150px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	border-right: 0 solid #ffffff;
}

