#left_menu ul {
	margin:0; 
	padding:0; 
	line-height: 0px;
}

#left_menu li {
	height: 35px;
	width:170px;
	background-image: url('../../media/img/category_link.gif');
	background-repeat: no-repeat;
	list-style:none;
	list-style-type:none; 
	margin: 0px;
	padding-left: 26px;
	line-height: 34px;
	font-size: 11px;
		
}

#left_menu .list-bullet {
	position: relative;
	top: 15px;
	left: -10px;
	width: 5px;
	height: 5px;
	font-size: 1px;
	overflow:hidden;
	line-height: 0px;
	float: left;
}

#left_menu li a {
	float: left;
	text-decoration: none;
	color: #5c5c5c;	
}
#left_menu li span.active {
	color: #00802D;
	font-weight: bold;
}
#left_menu li a span{
	color: #9F9F9F
}
#left_menu li a:hover {
	color: #00802D;
	font-weight: bold;
}
