table.menu	{
	position: absolute;
	border: 3px #003366;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
        position: static; 
        width: 700px;
	height: 25px;

}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #003366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
        padding: 3px 8px 2px;
	font-family: Arial;
	font-size: 10pt;
	white-space: nowrap;
}
