﻿.ContextMenuPanel
{
	z-index: 1000;		
	padding:0;
	margin:0;	  
}

.ContextMenuPanel a:link, .ContextMenuPanel a:visited {
	text-decoration: none;	
	color: #000000;	
}

.ContextMenuPanel td {
	color: #FFFFFF;
	background-color:#CCCCCC;
	border: 1px solid #666666;
	text-align: center;	
	padding:0;
	margin:0;	  
	height: 17px;
}

.ContextMenuPanel td:hover {
	color: #FFFFFF;
	height: 17px;
	background-color:#FFEE8C;
	border: 1px solid #666666;
	text-align: center;
}

.ContextMenuPanel a:hover 
{
	text-decoration: none;
}

.ContextMenuItemSelected 
{
	background: #FFCF00;
	height: 17px;	
	text-align: center;			
}

.ContextMenuPanel a:hover 
{
	text-decoration: none;
	background-color:#FFEE8C;	
}