  .menu_half_space {
    font-size: 5px;
  }

/* Menu 0 */

  .m0l0iout {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    color: #0E057C; /* eggplant */
  }

  .m0l0iover {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration : none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    color: #CC943F;  /* lt gold */
  }

  .m0l0oout {
    text-decoration : none;
    background-image: url(topmenubutton.gif);
  }

  .m0l0oover {
    text-decoration : none;
    background: #0E067C; /* blue */
  }

  .m0l1iout {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    color: #0E057C; /* eggplant */
  }

  .m0l1iover {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    color: #CC943F;  /* lt gold */
  }

  .m0l1oout {
    text-decoration : none;
    background: #CC943F;  /* lt gold */
    border: 1px solid;
    border-color: #FFFFFF;  /* white */
  }

  .m0l1oover {
    text-decoration : none;
    background: #0E057C;  /* eggplant */
    border: 1px solid;
    border-color: #FFFFFF;  /* white */
  }


/* Menu 1*/

  .m1l0iout {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    color: #CC943F; /* sand */
  }

  .m1l0iover {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    color: #0E057C; /* blue */
  }

  .m1l0oout {
    background: #0E057C; /* blue */
    text-decoration : none;
    border: 1px solid;
    border-color: #8782BE #0E057C;  /* light blue top and bottom, blue sides */
  }

  .m1l0oover {
    background: #CC943F; /* sand */
    text-decoration : none;
    border: 1px solid;
    border-color: #0E057C; /* blue */
  }

  .m1l1iout {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    color: #0E057C; /* blue */
  }

  .m1l1iover {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    color: #CC943F; /* sand */
  }

  .m1l1oout {
    background: #CC943F; /* sand */
    text-decoration : none;
    border: 1px solid;
    border-color: #000000;  /* black */
  }

  .m1l1oover {
    background: #0E057C; /* blue */
    text-decoration : none;
    border: 1px solid;
    border-color: #000000;  /* black */
  }

