table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	visibility: hidden;
	line-Height:20px;
	background-color:#183EAB;
}
#mainmenu	{
	/*position: absolute;*/
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #183EAB; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 14px 2px;
	font-family: Arial;
	font-size: 9pt;
	white-space: nowrap;
}


