#menus {
	width:100%;
}

#menus li a {
	width:auto;
		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;
}

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