table.menu	{
	position: absolute;
	border: 1px #96A9B4 solid;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}

table.menum	{
	position: absolute;
	border: 1px #C6C7C9 solid;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	text-align:center;
	height: 31px;
	margin-bottom: 4px;
}

table.menum td	{
	color: #566B77;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #F4F4F4; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
}

#mainmenu	{
	position: static;
}

table.menu td	{
	color: #566B77;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #F4F4F4; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: verdana;
	font-size: 11px;
	text-align:left;
}
