.transMenu table {
	border-collapse: collapse;
	margin-top: 1px;
	margin-left: 1px;
}
.contact_title {
  /* needed for Internet explorer */
  height: 2em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 1.6em;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  color: Navy;
  font-family: "Franklin Gothic Medium", Arial, Arial Black;
}
/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.contact_title:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #000000; 
}

