@charset "iso-8859-1";
table.menu	{

	position: absolute;

	border: 0px solid ED2024

	cursor: pointer;

	visibility: hidden;

}

#mainmenu	{

	position: static;

}

table.menu td	{

	color: #ffffff;       /* Must be the same as tdColor in the menu_script.js */

	background: "E72024"; /* Must be the same as tdBgColor in the menu_script.js */

	border: 0px;

	padding: 0px 8px 0px;

	font-family: tahoma;

	font-size: 10pt;

	font-weight: bold;

	white-space: nowrap;

}