﻿.sitemap
{
    color: #6a6a6a;
    font-size: 12px;
    text-decoration: none;
}
.sitemap a, .sitemap a:visited, .sitemap a:link
{
    color: #656565;
    text-decoration: none;
}
.sitemap a:hover
{
    color: #3567ca;
    text-decoration: underline;
    /*color: #3567ca;*/
}

.sitemap ul.SitemapLevel1
{
    font-weight: bold;
    list-style-type: disc;
    list-style-image: url(/Images/Sitemap/Disc.gif);
}
.sitemap ul.SitemapLevel2
{
    font-size: 11px;
    font-weight: bold;
    list-style-type: circle;
    list-style-image: url(/Images/Sitemap/Circle.gif);
}
.sitemap ul.SitemapLevel3
{
    font-weight: normal;
    list-style-type: square;
    list-style-image: url(/Images/Sitemap/Square.gif);
}

