table.menu	{
	position: absolute;
	border: 1px solid gray;
	cursor: default;
	visibility: hidden;
	 
}
table.men2	{
	position: absolute;
	border: 0px solid black;
	cursor: default;
	visibility: hidden;
	 
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #F5E5D6;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #555555; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 2px 13px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}
table.men2 td	{
	color: #F5E5D6;            
	background-color: #555555; 
	border: 0px;
	padding: 0px 13px 0px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
	background-image:url(../images/tr.jpg);
}
