.SiteMenu_Container {
}

.SiteMenu {
	color: black;
	background-color: white;
}

.SiteMenu_Separator {
}

.SiteMenu_Item {
	cursor: pointer;
}

.SiteMenu_ItemIcon {
}

.SiteMenu_ItemText {
	padding: 4px;
}

.SiteMenu_ItemArrow {
}

.SiteMenu_SelItem {
	cursor: pointer;
}

.SiteMenu_SelItem td {
	color: white;
	background-color: black;
}

.SiteMenu_SelItemIcon {
}

.SiteMenu_SelItemText {
	padding: 4px;
}

.SiteMenu_SelItemArrow {
}

.SiteSubMenu {
	border: 1px solid black;
	color: black;
	background-color: white;
}

.SiteSubMenu_Separator {
}

.SiteSubMenu_Item {
	cursor: pointer;
}

.SiteSubMenu_ItemIcon {
}

.SiteSubMenu_ItemText {
	padding: 2px;
}

.SiteSubMenu_ItemArrow {
}

.SiteSubMenu_SelItem {
	color: white;
	background-color: black;
	cursor: pointer;
}

.SiteSubMenu_SelItemIcon {
}

.SiteSubMenu_SelItemText {
	padding: 2px;
}

.SiteSubMenu_SelItemArrow {
}

.TreeView {
	border: 1px solid black;
	background-color: white;
}

.TreeView_NodeText {
	color: windowtext;
	cursor: pointer;
	white-space: nowrap;
	margin-left: 4px;
}

.TreeView_SelNodeText {
	color: highlighttext;
	background-color: highlight;
	cursor: pointer;
	white-space: nowrap;
	margin-left: 4px;
}
