a.links_horiz-link{
	display: block;
	float: left;
	
	min-height: 25px;
	height: auto !important;
	height: 25px;
	line-height: 25px;
	
	padding-left: 15px;
	margin-right:11px;
	
	color: black;
	text-decoration: none;
	background-image : url(../img/menu-top-arrow.gif);
	background-repeat : no-repeat;
	background-position : left;
}

a:hover.links_horiz-link{
	text-decoration: underline;
}

a.Selected.links_horiz-link{
	
}