/* acms.adminmenu */
.contextmenu 
{
	cursor:pointer; 
	left:0; 
	padding:0px; 
	background-color:White; 
	top:0; 
	position:absolute; 
	display:none; 
	width:220px; 
	border-bottom:1px solid #666; 
	border-right:1px solid #666; 
	border-top:1px solid #DFDFDF; 
	border-left:1px solid #DFDFDF; 
	background-image:url(/images/bg.gif.v=1); 
	background-repeat:repeat-y; 
	font-family:Tahoma; 
	z-index:1000;
}

.contextmenu a, .contextmenu a:visited, .contextmenu a:active 
{ 
	font-weight:normal; 
	display:block; 
	text-decoration:none; 
	font-size:10pt; 
	color:Black; 
	height:20px; 
	padding-left:25px; 
	padding-top:3px; 
}
.contextmenu a:hover 
{ 
	background-color:#E5E5EF; 
}