 .mapContextMenu{
	background: url("../images/contextMenu.gif") no-repeat;
	width: 214px;
	font-family: Helvectica, Arial, sans serif;
	font-size: 10pt;
	line-height: 12pt;
	padding-top: 41px;
	margin-left:-26px;
	margin-top:-10px;
	position: absolute;
	display:none;
	z-index:1001;
	height:80px;
}


 .mapContextMenuLeft{
	background: url("../images/contextMenuLeft.gif") no-repeat;
	margin-left:26px;
	height:80px;
}


 .mapContextMenuTop{
	background: url("../images/contextMenuTop.gif") no-repeat;
	padding-top: 0px;
	margin-left:-26px;
	margin-top:0px;
	height:58px;
}

.mapContextMenuLeftTop{
	padding-top: 0px;
	margin-left:26px;
	margin-top:0px;
	height:58px;
}
	
 .mapContextMenu .map-popup{
	border:none;
	background-color:transparent;
	width:16em;
 }
 
  .mapContextMenu .orangelink{
	font-size:0.9167em;
 }
 
 .mapContextMenuItem, .mapContextMenuItem_active{
	margin-top:5px;
	margin-left:0.5em;
	font-size:0.9167em;
	color:#124A77;
	background:transparent url(../images/orangelink.gif) no-repeat scroll left top;
	padding-left:0.75em;
	float:left;
 }
 
 .mapContextMenuItem_active{
	text-decoration:underline;
 }
 
 
.hideCtxMenu{
	width:100px;
	float:left;
  }
