table#menu
  {
  background-color:#B8B6CE;
  width:140px;
  color: blue;
  display:block;
  font-size: 10pt;
  z-index: 2;
  }
table#menu a,a:link {
	color: #3354A8;
	font-weight: bold;
	text-decoration: none;
	font-family: sans-serif;
	display:block;
}
table#menu a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

table#menu a:hover {
	text-decoration: none;
	color: white;
	background-color: #0000A0;
}
table#menu tr
{
text-align: center;
}
table#menu td:hover
{
background-color: #0000A0;
}