﻿.treeview, .treeview ul { padding: 0; margin: 0; list-style-type: none; }
.treeview ul { margin-top: 4px; }

.treeview .hitarea { background: url(images/arrow_down.gif) no-repeat; height: 16px; width: 20px; margin-left: -20px; float: left; cursor: pointer; }
/* fix for IE6 */
* html .hitarea { display: inline; float:none; }

.treeview li { 
	margin: 0;
	padding: 1px 0 2px 20px;
	list-style-type: none;
}

.treeview li { background-repeat: no-repeat; }
.treeview .expandable-hitarea { background-image: url(images/arrow_next.gif); }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.SiteMapTree li span, .SiteMapTree li a 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #296db4;
}

.SiteMapTree li a:link,
.SiteMapTree li a:visited,
.SiteMapTree li a:active 
{
    color: #296db4;
    text-decoration: underline;
}

.SiteMapTree li a:hover 
{
    color: #999999;
    text-decoration: underline;
}

.SiteMapTree li a 
{
    text-decoration: underline;
}
