.left_menu
	{
	float:left;
	width:163px;
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	}
	
html>body .left_menu
	{
	margin-left:-213px;
	margin-top:-7px;
	padding-right:50px;
	}
		
.left_menu ul
	{
	float:left;
	}
	
.left_menu ul li
	{
	list-style:none;
	float:left;
	width:100%;
	}
	
.left_menu ul li a
	{
	text-decoration:none;
	float:left;
	width:148px;
	color:#4a4a4a;
	font-size:12px;
	border-bottom:1px dotted #a9a9a9;
	background:url(../../_images/left-menu-list-style.png) 1px center no-repeat;
	padding:10px 0px 10px 15px;
	}
	
.left_menu ul li.last a
	{
	border-bottom:none;
	}
	
.left_menu ul li.selected a
	{
	float:left;
	color:#339900;
	background:url(../../_images/left-menu-selected-list-style.png) 1px center no-repeat;
	}