#cat {
	width:160px;
	}

#cat ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#cat ul li {
	padding: 10px;
	background:url(../im/arrow_10.gif) left center no-repeat;
	font-size:12px;
	border-bottom:1px solid #093;
	font-weight:normal;
	}
#cat ul li a {
	color:#063;
	}
#cat ul li a:hover {
	color:#090;
	text-decoration:none;
	}

img {border:none;}