div#left_column ul {
	list-style-type: none;
}

div#left_column ul li {
	display: block;
	height: 27px;
	margin: 0px;
	padding-left: 30px;
	
	
	background-image: url('../images/pulsante.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

div#left_column ul li a {
	display: block;
	height: 27px;
		
	color: #0074F2;
	text-decoration: none;
	line-height: 27px;
	font-weight: bold;
	font-size: 12px;
}

div#left_column ul.menu li#current a {
	color: #FE620D;
}