
/*²úÆ·Ä¿Â¼*/
.category{
	width:185px;
	padding:0px;
}
.category dt{
	padding-left:20px;
	background:#DFF0FA url(../images/li.gif) no-repeat 5px center;
	font-weight:bold;
	height:25px;
	line-height:25px;
}
.category dd{
	line-height:24px;
	border-bottom:1px solid #eee;
}
.category dd a{
	padding-left:65px;
	color:#333333;
	display:block;
	text-decoration:none;
	background:#fff url(../images/icon1.gif) no-repeat 50px 7px;
}
.category dd a:hover{
	color:#c00000;
	text-decoration:none;
	background:#F6FCFF url(../images/icon1.gif) no-repeat 50px 7px;
}
