/* Menu container */
.submenus	{width: 0px; position: absolute; z-index: 999; left: -9999px}


/* Individual menu cells */
table.menu td,
table.menu2 td	{
 	z-index: 1000;
	color: #97BBDF;          	  /* Must be the same as tdColor in the menu_script.js */
	background-color: #4991c9; /* Must be the same as tdBgColor in the menu_script.js */
	padding: 3px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	margin: 0px; padding: 5px 0px 5px 0px; background-color:#1b75bc; border: none;
  /*filter:Alpha(Opacity=100);
  -moz-opacity: 1.00;*/
}
/* Menu container */
table.menu,
table.menu2		{
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	visibility: hidden;
	border-bottom:1px #4991c9 solid;
	background-color:#4991c9        /* Don't change this */
}

/*table.menu tr 				{height: auto; border-bottom: 1px solid #97BBDF; display:block}
table.menu td 				{padding: 5px; vertical-align:middle}
table.menu td a				{width: auto; height:auto; display:block; margin: 0px 2px; color: #fff; font-weight: bold; text-decoration:none; border: 2px dotted #fff; border-top: none; border-bottom: none; padding: 0px 7px; margin-left: 2px}
a.tbllink:hover		{width: auto; height:auto; display:block; margin: 0px 2px; color: #fff; font-weight: bold; text-decoration:none; border: 2px dotted #fff; border-top: none; border-bottom: none; padding: 0px 7px; margin-left: 2px}*/

/* PROBLEM LINE IS BELOW */
table.menu td				{width: 175px; height: auto; border: none; cursor: pointer;}

table.menu a:link,
table.menu a:visited		{width: 100%; height: auto; margin: 2px 0px; padding: 3px; color: #fff; font-weight: normal; text-decoration:none}

table.menu a:hover			{width: 90%; height: inherit; color: #fff; margin: 2px 3px; font-weight: bold; text-decoration:none; border: 2px dotted #fff; border-top: none; border-bottom: none}
table.menu a:active			{width: 90%; height: inherit; color: #3ba979; margin: 2px 3px; font-weight: bold; text-decoration:none; border: 2px dotted #fff; border-top: none; border-bottom: none}
