table.menu	{
	position: absolute;
  
    	

	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: relative;

}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #C7C7b2; /* Must be the same as tdBgColor in the menu_script.js */
	border:0px;
	padding: 1px 33px 1px;
	font-family: verdana;
	font-size: 10pt;
	white-space: nowrap;
}
