/* Menu container */
table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;        /* Don't change this */
	border: 0px;
}

/* Individual menu cells */
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #DFD6BB; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	white-space: nowrap;
  filter:Alpha(Opacity=80);
  -moz-opacity: 0.80;
}


/* Top Menu container */
table.menu2	{
	border-top: 1px solid #996600;
	position: absolute;
	cursor: pointer;
	visibility: hidden;        /* Don't change this */
}

/* Top Individual menu cells */
table.menu2 td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #DFD6BB; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0;
	padding: 0px 8px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	white-space: nowrap;
  filter:Alpha(Opacity=80);
  -moz-opacity: 0.80;
}

