.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-family:Verdana, Arial, Times New Roman;
	font-size: 10px;
}

.ContextMenuImageHeader
{
    background-image:url(images/oper_header.gif);
    background-repeat: no-repeat;
    background-position:center;
    
    width:14px;
    height:11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 0px 15px 4px 30px;
	white-space: nowrap;
	font-weight: bold;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
	text-decoration: underline;	
}

a.ContextMenuItem:hover
{
	background-color: #fffacd;
	text-decoration: none;	
	color: #003399;
	color: red;	

}