table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}

table.menu td {
   text-align: center;
   color: #FFFFFF;            /* Must be the same as tdColor   */
   background-color: transparent; /* Must be the same as tdBgColor */
   border: 0px;
   padding: 0px 8px 2px;
   font-family: times new roman;
   font-size: 16pt;
   font-weight: bold;
   white-space: nowrap;
}