﻿#ProductsMenu
{
  width: 790px;
  height: 150px;
  background-image: url("/images/banner_products.png");
}

#ProductsText td
{
    vertical-align: top;
    color: #133464;
    font: 14px Verdana,sans-serif;
    line-height: 21px;
}

#ProductsText td.TextBox
{
    width: 390px;
}

#ProductsText td:hover
{
    cursor: pointer;
}

.TextBox
{
    background-color: #F3F8FE;
}

