td.menublock 
{
	background-color:#eeeeff; width:120px;height:25px;border-style:ridge; border-width:thin; border-color:gray; font-weight: bold; text-align:center;  font-family: Arial; color:gray;
}
div.submenublock 
{
	visibility:hidden; background-color:lightsteelblue; position:absolute; top: 70px; left: 133px; width:180px;border-style:ridge; border-width:thin; color:gray; font-weight: bold; text-align:center; font-family: Arial;
}
a
{
	color: White; text-decoration: none;	
}

a:hover
	{background-color: #28618E;
			 font-weight: bold;
	}