table.menu	{
	position: absolute;
	border: 1px #333333 solid;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #333333;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFCC00; /* Must be the same as tdBgColor in the menu_script.js */
	border: 1px;
	padding: 0px 32px 0px;
	font-family: Arial;
;	font-style: Bold;
	font-size: 9pt;
	white-space: nowrap;
; list-style-position: outside
; clip:    rect(   )
}

