ul.SimpleContextMenu 
{
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size:10px;
	font-family:verdana;
	width:60px;
	cursor:hand;
}
 
	ul.SimpleContextMenu li {
		border-bottom: 1px solid #000000;
	}
 
		ul.SimpleContextMenu li a {
			display: block;
			/*padding: 2px 10px 3px 10px;*/
			text-decoration: none;
			color: #00ccdd;
			background: #eeeeee;
		}
 
		ul.SimpleContextMenu li a:hover {
			text-decoration: none;
			color: #ffffff;
			background: #dbe6f0;		
		}