.contextMenu{
	font:7pt;
	color:#fff;
	position:absolute;
	display:none;
	border:1px solid #999;
	padding:0px;
	width:142px;
	background:#666;
}
.contextMenu a{
	color:#000;
	height:17px;
	width:100%;
	padding-left:20px;
	border-width:1px 0px;
	border-style:solid;
	border-color:#fff #fff #ccc #fff;
	background:url('../gfx/context/option.gif');
	display:block;
	white-space:nowrap;
}
.contextMenu a:hover{background:url('../gfx/context/optionG.gif')}
.contextMenu a.contextSub{background:url('../gfx/context/optionNode.gif')}
.contextMenu a:hover.contextSub{background:url('../gfx/context/optionNodeG.gif')}
#contextMenuTip{
	font:7pt/7pt;
	color:#fff;
	text-align:top;
	padding:5px 2px 2px 2px;
	height:35px;
	background:url('../gfx/context/footer.gif') no-repeat #666;
}
#contextInfo{
	font:7pt/7pt;
	color:#fff;
	text-align:right;
	padding-right:5px;
	height:12px;
	background:#666;
}