#context_menu {
	background:#666;
	color:#f8f8f8;
	width:200px;
	font-size: 1em;
	position: absolute;
	display: none;
	z-index:999;
	border: 1px #FFF solid;
}

#context_menu ul {
	list-style:none;
}

#context_menu ul li {
	padding: 3px;
	cursor: pointer;
	text-align:left;
	text-indent:30px;
	clear:both;
}

#context_menu a{
	text-decoration:none;
	cursor: default;
	color:#f8f8f8;
}

#context_menu ul li:hover {
	background:#FFF;
	color:#666;
}


#context_menu ul li#fechar_contexto{
	cursor: pointer;
	font-weight:bold;
	float:right;
	text-indent:20px;
	margin:-13px 2px 0 0;
	background: #999;
	border: 1px #FFF solid;
	padding-right:20px;
	color:#FFF;
}

#context_menu ul li#fechar_contexto:hover {
	background:#FFF;
	color:#666;
}