@media all
{
	#col1 li {
		list-style-image: none;
		list-style-type: none;
		font-size: 1.2em;
		padding: 5px 0;		
		font-weight: bold;
	}
	
	#col1 li a {		
		background-image: url(../images/star-act.png);
		background-repeat: no-repeat;
		background-position: 0 3px;
		padding-left: 25px;
		color: #4c4c4c;
		display: block;
	}
	
	#col1 li a:hover, #col1 li.act a {
		background-image: url(../images/star.png);
		color: #8b0908;
	}
	
}
