.contextMenu {
	display: none;
	z-index: 1000; 
	left: 0px; 
	top: 0px; 
	overflow: visible; 
	position: absolute; 
	background-color: #ffffff;
	color: black;
	background-color: menu;
	font-family: Tahoma;
	line-height: 20px;
	cursor: default;
}
TABLE.contextMenuTable {
	border: 2px outset;
}
A.contextMenuItem {
	text-decoration: none;
	color: black;
	font-size: 12px;
}
TD.contextMenuItem {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
TD.contextMenuItemSeparator {
	height:1px; 
	background-color:silver;
}
