#rss_feed {
	width: 180px;
	height: 28px;
	vertical-align: top;
}

#rss_feed ul {
    margin: 0;
    padding: 0;
	background-color:#841716;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style: none;

}

#rss_feed ul a {
    display: block;
    padding: 5px 0 5px 35px;
    color: #ebffd4;
    text-decoration: none;
    background: url(images/rss_button_large.png) no-repeat left center;
}

#rss_feed li {
	border-bottom:#FFF 1px solid;
	
}


#rss_feed ul a:hover {
	color: #841716;
	background-position: -180px 0px;
}



