﻿#ContactMenu
{
  width: 790px;
  height: 150px;
  background-image: url("/images/banner_contact.jpg");
}

#ContactText td
{
    vertical-align: top;
    color: #133464;
    font: 14px Verdana,sans-serif;
}

.TextBox
{
    background-color: #F7F3ED;
}

#ContactText td:hover
{
    background-color: #ffeee6;
    cursor: pointer;
}
