table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	height: 20px;
	border: 0px solid #ffffff;
}
#mainmenu	{
	position: static;
	top: 40px;
	width: 955px;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background: #333366;   	   /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 5px 0px;      /* Top, both sides, bottom */
	height: 20px;
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
}


