.links a
{
	display: block;
	padding-left: 20px;


	
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
}
.links a:hover
{
	background-color: #ACD1E2;
	
}
.latestlinks 
{
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-left: 1px;
}
.latestlinks a:hover
{
	background-color: #ACD1E2;
	
}
.latestlinkshome a
{
	display: inline;
	padding-left: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-left: 1px;
}
.latestlinks a:hover
{
	background-color: #ACD1E2;
	
}