/* LeftContextMenu */
#LeftContextMenu {
	padding-top: 36px;			/*Top ground height */
	background-position:0 0;	/*Ground offset */
	font-family:Arial Narrow;
	font-size:14px;
	background-color:#ffffff;		/*Menu Color */

	text-align:left;
	background-image:url(img/top-ground.gif);
	background-repeat:repeat-x;
	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:#008AD3;				/*Underline color */
}

#LeftContextMenu div {
	padding-left:61px;			/*Left text offset */
	padding-right:3px;			/*Right text offset */
	margin-bottom:0.9em;		/*Offset between lines*/
	background-position:43px 0.45em;/*Marker offset*/

	background-image:url(img/li.gif);
	background-repeat:no-repeat;
	clear:both;

}

#LeftContextMenu span {
    color:#008AD3;					/*Menu text color*/

}