/******* 右键菜单部分的样式规则 *********/
.clsMenu {
	cursor: default;
	color: menutext;
	width: 93px;
	background-color: menu;
	border: 1 solid buttonface;
	border: 2 outset buttonhighlight;
}
.menuitems{
	font-size: 12px; 
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	line-height: 18px
}
