.contextMenuContainer{
	position: absolute;
	overflow: hidden;
}

div.contextMenu{
	padding:7px 0;
}
ul.contextMenu{
margin:0;
padding: 0;
}
.contextMenu li{
	background-color: white;
	list-style: none;
	white-space: nowrap;
	background-image: none;
	padding: 0;
}

.contextMenu .item .value{
	display: block;
	font-family: arial;
	font-size: 12px;
	padding: 6px 17px 6px 20px;
}

.contextMenu .item a{
	color: #000;
	text-decoration: none;
}

.contextMenu .item a:hover{
	color: #fff;
	background-color: #2C788F !important;
}

.contextMenu li.separator{
	height: 1px;
	background-color: #e0e0e0;
}

.contextMenu li.default{
	font-weight: bold;
}

.contextMenu .corner {
	background: url("/.style/standard/xhtml/contextMenu/spriteContextMenu.png") no-repeat;
	position: absolute;
	width: 14px;
	height: 14px;
	left: -7px;
	top: -7px;
}
.contextMenu  .borderContent {
	border-color:#dedfe0;
}
.contextMenu .corner.top-left,  .contextMenu .corner.bottom-left{
	width:100%;
}
.contextMenu .corner.bottom-left,  .contextMenu  .corner.bottom-right {
	top:auto;
}
.contextMenu .corner.top-right, .contextMenu .corner.bottom-right {
	margin-left:100%;
}
.contextMenuLeft{
background: url("/.style/standard/xhtml/contextMenu/contextMenuLeft.png")0 0 repeat-y;
}
.contextMenuRight{
background: url("/.style/standard/xhtml/contextMenu/contextMenuRight.png")100% 0 repeat-y;
margin:0 0 0 3px;
padding:0 3px 0 0;
}