#ContextMenu {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
}
#ContextMenu .menu {
	position:absolute;
	background-color:white;
	border-radius:5px;
	padding:2px;
}

#ContextMenu .menu hr {
	background-color:#cecece;
	height:1px;
	border:none;
	margin: 2px;
}

#ContextMenu .menu div {
	font-size:12px;
	color:black;
	white-space:nowrap;
	padding:1px;
	height:14px;
}

#ContextMenu .menu div:hover {
	background-color:#739cef;
}