table.menu
{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	border-right: white 1px outset;
	border-top: white 1px outset;
	border-left: white 1px outset;
	border-bottom: white 1px outset;
}
#mainmenu
{
	position: static;
}
table.menu td
{
	color: #000000; /* Must be the same as tdColor in the menu_script.js */ /*background-color: #ffffff; /* Must be the same as tdBgColor in the menu_script.js */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: white;
	font-family: Verdana, Arial, Sans-Serif;
}
table.Services
{
	border-right: white 1px outset;
	border-top: white 1px outset;
	border-left: white 1px outset;
	border-bottom: white 1px outset;	
}