#mainmenu	{
	position: relative;
}
table.menu	{
	border: 0px;
	cursor: pointer;
	visibility: hidden;
}
table.menu td	{
	color: #666666;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #F0F0F0; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0;
	padding: 4px 35px 4px 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	white-space: nowrap;
}
table.submenu	{
	position: absolute;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	visibility: hidden;
	color:#FFFFFF;
	background-color:#000000;
}
table.submenu td	{
	color: #F7EEC6;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #2D4B65; /* Must be the same as tdBgColor in the menu_script.js */
	border: 1px solid #000000;
    padding: 1px 8px 1px 5px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
	white-space: nowrap;
}