table.context_menu{
	border:1px solid #ACA899;
	font-family:Tahoma;
	background:#FFFFFF;
	
	position:absolute;
	left:100px;
	top:100px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

img.seperator{
	width:100%;
	height:1px;
	background:#ACA899;
	margin-top:1px;
	margin-bottom:3px;
}

tr.item{
	font-size:8pt;
	cursor:default;
	color:#000000;
}

tr.item td{
	padding-right:10px;
}

tr.item_selected{
	font-size:8pt;
	cursor:default;
	color:#FFFFFF;
	background:#316ac5;
}

tr.item_selected td{
	padding-right:10px;
}

tr.item_disabled{
	font-size:8pt;
	cursor:default;
	color:#aca899;
}

tr.item_disabled td{
	padding-right:10px;
}