@charset "utf-8";
/* CSS Document */
.divMenuLeftBottom { 
	position:absolute;
	top:150px;
	left: 0px;
	bottom: 5px;
	width:160px;
	height:248px;
	background-color:#fff;
	color:#000;
	/*background-image:url('../testImages/Property-Management-Left-Side-001.jpg');*/
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
}

