#show-1, #show-2, #show-3, #show-4, #show-5, #show-6 {
	cursor: pointer;	
}
.hovOff{
	color: #F7941d;
	text-decoration: none;
	background-image: url(../images2/img_homepage/arrow_link_orange.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
}
.hovOn{
	color: #0c419a;
	text-decoration: none;
	background-image: url(../images2/img_homepage/arrow_link_blue.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
	padding-right: 14px;
	margin-top: 8px;
	cursor: pointer;	
}



