﻿.TreeViewItem
{
	height: 28px;
	width: 165px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 2px #000000;
}

.TreeViewItemSelected
{
	color: #ffb900;
}

.TreeViewItemHover
{
	color: #ffb900;
}

/* SiteMap TreeView */
.TreeViewItemSiteMap
{
	height: 28px;
	width: 165px;
	font-weight: bold;
	color: #ffb900;
	border-bottom: solid 1px #000000;
}

.TreeViewItemSelectedSiteMap
{
	color: #ffb900;
}

.TreeViewItemHoverSiteMap
{
	color: #ffb900;
	background-color:#272727;
	
}

