table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left:5px; 
	top: 230px;
}
table.menu td	{
	color: #FFFFFF;            	/* Must be the same as tdColor in the menu_script.js */
	background-color: #0066CC; 	/* Must be the same as tdBgColor in the menu_script.js */
						/*background-color: #330099; /* Must be the same as tdBgColor in the menu_script.js */
						
	border: 0px;
	padding: 3px 20px 3px;
	font-family: Verdana;
	font-size: 8pt;
	white-space: nowrap;
}
