table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
WIDTH:100%;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #993366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 5px 2px;
	font-family: Arial;
	font-size: 13px;
	white-space: nowrap;
	font-weight: bold}

.mater {FONT-SIZE: 13px; FONT-FAMILY: arial; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.linkb {color: #ffffff; text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 9px;}

