﻿
.TreeViewContextMenuSelected
{
	background-color: #D8E1DE; 
}

.TreeViewContextMenuShadowContainer
{
	width: 100px;
	visibility:hidden; 
	display: none;
	position: absolute; 
	float: left;
	background: url("Images/DropShadow/shadowAlphaWide.png") no-repeat bottom right !important;
	background: url("Images/DropShadow/shadowWide.gif") no-repeat bottom right;
	margin: 16px 0 16px 16px !important;
	margin: 16px 0 16px 11px;
	font-family: Arial; 
	font-size: xx-small; 
	z-index: 999;
	/* padding: 0px; */
}

.TreeViewContextMenuShadowContainerInner
{
	display: block;
	position: relative;
	background-color: Menu; 
	border: 1px solid #a9a9a9;
	margin: 0px 6px 6px 0px;     /* top, right, bottom, left */
	padding: 4px;
}
