table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
	font-weight:bold;
	z-index: 100;
}
#mainmenu	{
	position: absolute;
	top:0px;
	width:99%;
	z-index: 100;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #000000; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
	z-index: 100;
}

table.menu td img{
	margin-left:10px;
}

