
/* rightclick */
.ejs_context_menuitems
{
	padding-left:0px;
	padding-right:0px;
}
.rcnav
{
	z-index:500;
	position:absolute;
	width:150px;
	border:1px solid #99CC00;
	background-color:#003300;
	font-family: Verdana, Arial, sans-serif;
	color: #99CC00;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
	visibility:hidden;
}
.rcnavtitel
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #99CC00;
	font-style: normal;
	font-weight: bold;
}
.rcnavfoot
{
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;	
}
.rctxt
{
	z-index:400;
	position:absolute;
	width:138px;
	border:1px solid #99CC00;
	background-color:#003300;
	font-family: Verdana, Arial, sans-serif;
	color: #99CC00;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
	visibility:hidden;
}