.HeaderofSiteMap {font-family: Arial; font-size: 11pt; font-weight:bold; color: #000000;text-decoration: none; background:#EEEEEE;Height:30px;width:600px;vertical-align: middle;
}
.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;
    padding: 3px 0 2px 0; 
    font-size: 11pt;
    font-family: Arial;
 }

.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
{
    border-bottom: solid 1px #DDD;
	margin: 5px 0px 5px 0;
	vertical-align:middle;
}
.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: url(close.jpg) 0 0 no-repeat;
    background-position:center center;
    width: 15px;
    margin-right: 5px;
    float:none;
    cursor: pointer;
    font-family: Courier;
    font-size: 20px;
    line-height: 15px;
}
/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(open.jpg) 0 0 no-repeat;
    background-position:center center;
    width: 15px;
    margin-right: 5px;
    float:none;
    cursor: pointer;
    font-family: Courier;
    font-size: 20px;
    line-height: 15px;
}
.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:link,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active
{
    color: #00008B;
    font-size:11pt;
}
.PrettyTree div.AspNet-TreeView a:hover
{
    color: #3C3CFF;
    font-size:11pt;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #8A2BE2 !important;
}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}