﻿.ContextMenuPanel 
{	
	font-family: Verdana, Arial, Tahoma, 'Times New Roman'; 
	font-size: 10pt;
	border: 1px solid #868686;
	z-index: 300;
	background-color: #FAFAFA;
	cursor: default;	
	font-size: 9pt !important;
	width: 190px;
}

.ContextMenuItem
{
	padding: 4px 0 4px 0;
}
.ContextMenuItem a
{
	display: inline-block;
	width: 85%;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

.ContextMenuItem-Selected
{
	font-weight: bold;
}

.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
}