table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
z-index:80;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            
	background-color: #001ca8; 
	border: 1px solid white;
	padding: 0px 20px 2px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
}


