.HeaderofSiteMap {
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	line-height: normal;
	padding: 20px;
	border: 0px solid #FFF;
	text-transform: capitalize;
	width: 800px;
	margin-right: auto;
	margin-left: 50px;
}
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
.PrettyTree div.AspNet-TreeView ul li
{
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #333;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	
 }

.PrettyTree div.AspNet-TreeView ul ul
{
    margin: 2px 10px 2px 10px;
}
.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    vertical-align:middle;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	
}
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px;
}
/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}
/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
	background-position:center center;
	width: 15px;
	float:none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";
	font-size: 13px;
	line-height: 15px;
	background-image: url(expanded.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	font-weight: normal;
}
/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
	background-position:center center;
	width: 13px;
	float:none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif, "Arial Rounded MT Bold";
	font-size: 20px;
	line-height: 15px;
	background-image: url(expand.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 20px;
	font-weight: normal;
}
.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:link,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active
{
	color: #333;
	font-size:12px;
}
.PrettyTree div.AspNet-TreeView a:hover
{
	color: #666;
	font-size:12px;
	text-decoration: underline;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
	font-weight: bold !important;
	color: #09F !important;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
	font-weight: normal !important;
	color: #09F !important;
}