﻿.SiteMap div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
}

.SiteMap div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.SiteMap div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.SiteMap div.AspNet-TreeView li a
{
    text-decoration: none;
}

.SiteMap div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	list-style-type:square;
    margin-left: 18px;
}

.SiteMap div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	list-style-type:circle;
    margin-left: 18px;
}

.SiteMap div.AspNet-TreeView li.AspNet-TreeView-Root
{
	list-style-type:square;
    margin-left: 18px;
}

.SiteMap div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.SiteMap div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.SiteMap div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.SiteMap .AspNet-TreeView-Selected
{
    background-color: #FAFAD2 !important;
}

.SiteMap .AspNet-TreeView-ChildSelected
{
    background-color: #F5FFFA !important;
}

.SiteMap .AspNet-TreeView-ParentSelected
{
    background-color: #FFE4E1 !important;
}