.contextMenu {
	background: rgb(238, 238, 238); MARGIN: 0; padding: 0px; border: 1px solid rgb(204, 204, 204); width: 200px; display: none; position: absolute; z-index: 99999; !important;
}
.contextMenu li {
	list-style: none; margin: 0px; padding: 0px;
}
.contextMenu a {
	background-position: 6px; padding: 1px 5px 1px 28px; height: 20px; color: rgb(51, 51, 51); line-height: 20px; text-decoration: none; display: block; background-repeat: no-repeat;
}
.contextMenu li.hover a {
	color: rgb(255, 255, 255); background-color: rgb(51, 153, 255);
}

.contextMenu li.separator {
	border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
.contextMenu li.edit a {
}
