table.menu a {
  width:			90px;
  border-right:   	1px solid black;
  height: 			55;
  display: 			block;
} 
table.menu td:first-child a {
  border-left:      1px solid black;
  margin:			0px;
}

div.menu a {
  color:           	#ad0914;
  text-decoration:	none;
  font-weight:     	bolder;
  font-size:       	10pt;
  text-align:  		center;
  padding: 			2px 5px;
}

div.menu a:visited {
  color:           	#ad0914;
}

div.menu a:hover {
  color:             #003b6f;
  background-color:  #c4d2de;
}
div.menu td.selected a {
  background-color: #ad0914;
  color:          	white;
  text-decoration: 	none;
  margin:			0px;
}







