
ul.SimpleContextMenu {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family:Century Gothic,Helvetica, sans-serif;;
	font-size: 12px;
	list-style-type: none;
	background-image:url('/images/menu/gradient.gif');
	background-repeat:repeat-y;
	border:1px solid #ccc;	/* Border around the entire menu */
	background-color:#000;	/* White background color of the menu */
	width:100px;	/* Width of context menu */
	z-index:1001;
}

ul.SimpleContextMenu li {
	list-style-image:none;
	list-style-type:none;
	padding:1px;
	margin:1px;
	cursor:pointer;	
	clear:both;
}

ul.SimpleContextMenu li a {
	display: block;
	color: #ccc;
	text-decoration:none;
	line-height:25px;
	vertical-align:middle;	
	padding:0px;
	margin:0px;
	clear:both;
}

ul.SimpleContextMenu li a:hover {
	text-decoration: none;
	color: #fff;
	border:1px solid #fff;
	padding:0px;
	margin:0px;
	font-weight: bold;
}

#SimpleContextMenu img{
	border:0px;
}

#SimpleContextMenu .imageBox{	/* Dynamically created divs for images in the menu */
	float:left;
	padding-left:2px;
	padding-top:3px;
	vertical-align:middle;
	width: 30px;	/* IE 5.x */
	width/* */:/**/28px;	/* Other browsers */
	width: /**/28px;
}