ul.content_items {
		margin: 10px 0px 20px 40px;
		padding: 0px;
		list-style: none;
}

ul.content_items LI {
		display: block;
		background: url(../img/line_blue.gif) no-repeat left bottom;
		height: 30px;
		margin: 0px;
		padding: 0px;
}

.content_items li A {
		color: #195989;
		background: url(../img/arrow_right.gif) no-repeat left top;
		display: block;
		height: 20px;
		padding-left: 25px;
		font: 12px/20px "Arial Rounded MT Bold", "Arial Black";
}
.content_items li A:hover { color: #E7651A; }
