table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu1	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color:#333333; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Tahoma;
	font-size: 8pt;
	white-space: nowrap;
}


#menu {
/*	background:url(menu.gif) repeat;
	border:#FF0000;
	border-style:double;*/
	height:17px;
	width:100%;
	}