#menu {
	width:220px;
}

#menu li a {
	width:220px;
		height:40px;
		border-bottom:1px solid #ccc;
		margin:0px;
		padding:0px;
		text-indent: 40px;
		background:url(common_img/li_mark.gif) center left no-repeat;
		display:block;
	zoom:1;
}

#menu li a.selected {
	background:url(common_img/li_mark.gif) center left no-repeat; 
		background-color:#f0f0f0; 
		display:block; width:100%; 
		color:#060;
}