table.menu	{
	position: absolute;
	top: 45px; 
	margin-left: auto; margin-right: auto; 
	z-index: 1000;
	cursor: pointer;
	visibility: hidden;
	height: 25px;
	border: 0px solid #cccccc;
	background: url(../images/menu-bg.png);
}
#mainmenu	{
	position: absolute;
	top:45px; 
	width:500px;
	margin-left: 500px;
}
table.menu td	{
	color: #666;            /* Must be the same as tdColor in the menu_script.js */
	background: url(../images/menu-bg.png);          /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 0px 0px;      /* Top, both sides, bottom */
	height: 25px;
	width: 100px;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	border-right: 0 solid #ffffff;
}

