.ContextMenuBase			{border: 1px solid rgb(120, 120, 120);
							background-color: rgb(255, 255, 255);
							padding: 1px;
							width: 180px;
							height: auto;
							box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
							overflow: hidden;}

.ContextMenuBase table		{width: 180px !important;
							table-layout: table !important;
							border: 0;
							margin: 0;}

.ContextMenuBase tr:hover		{background-color: rgb(220, 220, 220);}

.ContextMenuBase table tr td span
							{font-size: 16px;}

.ContextMenuBase table tr td
							{padding-bottom: 5px !important;
							padding-top: 5px !important;}

.ContextMenuIconCell		{width: 20px;
							background-color: rgba(0, 0, 0, 0.075);
							border: 0px solid rgb(180, 180, 180);
							border-right-width: 1px;
							text-align: center;
							vertical-align: middle;
							-moz-user-select: none;
							-khtml-user-select: none;
							-webkit-user-select: none;
							-ms-user-select: none;
							user-select: none;
							cursor: default;}
							
.ContextMenuIconCell img		{margin-top: 2px;}

.ContextMenuTextCell		{width: 154px;
							font-family: 'Arial';
							font-size: 12px;
							color: rgb(30, 30, 30);
							padding-left: 5px;
							vertical-align: middle;
							-moz-user-select: none;
							-khtml-user-select: none;
							-webkit-user-select: none;
							-ms-user-select: none;
							user-select: none;
							cursor: pointer;}
							
.ContextMenuSplitterCell1	{border: 0px dashed rgb(180, 180, 180);
							border-right-width: 1px;
							border-bottom-width: 1px;
							width: 20px;
							background-color: rgb(236, 236, 236);
							overflow: hidden;
							height: 1px !important;}
							
.ContextMenuSplitterCell2	{border: 0px dashed rgb(180, 180, 180);
							border-bottom-width: 1px;
							height: 1px !important;
							background-color: rgb(255, 255, 255);
							overflow: hidden;
							padding-left: 5px;
							width: 154px;}
							
.ContextMenuSplitterCell3	{border: 0px solid rgb(180, 180, 180);
							border-right-width: 1px;
							background-color: rgb(236, 236, 236);
							width: 20px;
							overflow: hidden;
							height: 1px !important;}

.ContextMenuSplitterCell4	{border: 0px solid rgb(180, 180, 180);
							height: 1px !important;
							background-color: rgb(255, 255, 255);
							padding-left: 5px;
							overflow: hidden;
							width: 154px;}