/* Menu container */
table.menu	{
	position: absolute;
  z-index: 1000;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;        /* Don't change this */
	border: 0px;
	background-color: #827974;
	padding: 12px

}

/* Individual menu cells */
table.menu td	{
  z-index: 1000;
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #827974; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding:  2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	white-space: nowrap;
/*  filter:Alpha(Opacity=80);
  -moz-opacity: 0.80;
*/}

