/* LeftContextMenu */
#LeftContextMenu {
	padding-top: 60px;			/*Top ground height */
	background-position:0 0;	/*Ground offset */
	font-size:16px;
	background-color:#FFEAD1;		/*Menu Color */
	
	margin-bottom:59px;
	padding-bottom:9px;

	text-align:left;
	background-image:url(img/top-ground.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid white; /*Opera*/
}

#LeftContextMenuGround {
/*	height:59px; */ 				/*Ground height*/
/*	margin-bottom:24px;	*/		/*Bottom menu ground*/
/*	background-position:100% 100%;	*/ /*Ground offset*/
/*	background-color:white;


	background-image:url(img/bottom-ground.jpg);
	background-repeat:no-repeat;
*/	
	font-size:1px;
	
}

#LeftContextMenu a, #LeftContextMenu a:visited {
	color:#007AED;				/*Underline color */
}

#LeftContextMenu div {
	padding-left:39px;			/*Left text offset */
	padding-right:3px;			/*Right text offset */
	padding-bottom:0.7em;		/*Offset between lines*/
	background-position:20px 3px;/*Marker offset*/

	background-image:url(img/li.gif);
	background-repeat:no-repeat;
	clear:both;

}

#LeftContextMenu span {
    color:#007AED;					/*Menu text color*/
	font-family:"Arial Narrow", Arial;

}