﻿#SiteMapMenu
{
  width: 790px;
  height: 150px;
  background-image: url("/images/banner_sitemap.jpg");
}

#SiteMapText td
{
    vertical-align: top;
    color: #133464;
    font: 14px Verdana,sans-serif;
}

#SiteMapText td.TextBox
{
    width: 260px;
}

#SiteMapText td:hover
{
    background-color: #ffeee6;
    cursor: pointer;
}

.TextBox a
{
    font-weight: bold;
    font-size: medium;
}

.TextBox a:hover
{
    color: Orange;
}

.TextBox li a
{
    font-size: small;
}

.TextBox ul
{
    list-style-type: circle;
    list-style-position: inside;
    margin: 0;
}
