﻿.SiteMapPanel
{
    display: block;
    clear: both;
    background-image: url(/Hamilton/WebSite/SiteMap/map.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
.SiteMapItem, .SiteMapSubItem
{
    background-image: url(/Hamilton/WebSite/App_Structure/Page/UL.gif);
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-family: Tahoma, Verdana, Arial;
    text-decoration: none;
    display: block;
    line-height: 21px;
}
.SiteMapItem:hover, .SiteMapSubItem:hover
{
    text-decoration: underline;
}
.SiteMapItem
{
    background-position: 5px 3px;
    padding-left: 18px;
    color: #333333;
    margin-top: 5px;
}
.SiteMapSubItem
{
    background-position: 28px 3px;
    padding-left: 41px;
    color: #999999;
}