/* 
	CSS Document
	Author:		Jeffrey Barke
	Title:		context menu styles
	Version:	12 February 2008
	License:	This style sheet and all imported style sheets are licensed
				under a Creative Commons Attribution-ShareAlike 3.0 License.

	http://creativecommons.org/licenses/by-sa/3.0/us/

	Licensor contact: jeffrey.barke@themechanism.com
*/

#mapContextMenu {
	background-color: #fff;
	border: 1px solid #666;
	color: #000;
	font-weight: bold;
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	width: 150px;
	z-index: 500;
}
#mapContextMenu li {
	cursor: pointer;
	cursor: hand;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px;
}
#mapContextMenu li:hover {
	background-color: #0066CC;
	color: #fff;
}