table.menu	{
			position: absolute;	
			border: 1px solid black;	
			cursor: pointer;	
			cursor: hand;	
			visibility: hidden;}
#mainmenu	{	
			position: static;
		}
table.menu td	{
			color: #800040;            
			/* Must be the same as tdColor in the 1dynamicScript.js */	
			background-color: #C0C0C0; 
			/* Must be the same as tdBgColor in the 1dynamicScript.js */	
			border: 0px;	
			padding: 0px 8px 2px;	
			font-family: Arial;	
			font-size: 100%;	
			font-weight:bolder;	
			white-space: nowrap;
		}
