table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: relative;
	left:336px;
	top:120px; 
	margin:0; 
	padding:0;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background:url(images/nav-bg.jpg) repeat-x 0 0; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding:2px 8px 4px 8px;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
}

