table.menu	{
	position: absolute;
	border: 0.05em;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}

#mainmenu	{
	position: static;
}
table.menu td	{
	color: #000080; 
	background-color: #FFFFdd;
	border: 0.1em solid #0099CC;
	padding: 2px 20px 2px;
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	white-space: nowrap;
}