.menu {font-family:Tahoma, Arial, sans-serif; font-weight:bold}
table.menu	{
	position: absolute;
	border: 0px solid white;
	cursor: hand;
    cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;cursor: hand;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #0033cc; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 5px 12px 5px;
	font-family: Tahoma;
	font-size: 8pt;
	white-space: nowrap;
	
}

