 .MainMenu
 {
  font-size: 10pt;
  font-family: tahoma, helvetica;
  vertical-align: text-top;
  padding: 1px;
 }

 .MainMenu DL
 {
  margin-left: 20px;
  margin-right: 0px;
 }

 .MainMenu DD
 {
  ffont-size: 90%;
  text-align: left;
  text-transform: lowerCase;
  margin-left: 0px;
 }

 .MainMenu A
 {
  display: block;
  width: 98%;

  text-decoration: none;
  color: #000000;

  border-width: 1px;
  border-style: solid;
  border-color: #EAEAEA;
 }

 .MainMenu A:hover 
 {
  text-decoration: none;
  color: #75003A;
  background-color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0;
 }

 .MainMenu .Current
 {
  text-decoration: none;
  font-weight: bold;
  color: #75003A;

  border-width: 1px;
  border-style: solid;
 }

 .MainMenu A.Current:hover
 {
  text-decoration: none;
 }
