.page_a.current {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 0;
	border-color: rgba(34, 42, 53, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: Arial;
	background-color: rgba(68,68,68,1);
}
.page_a.current:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(64, 158, 255, 1);
	background-color: rgba(71, 75, 82, 1);
}
/*-* CUSTOM_STYLESHEET_BEGIN_TAG *-*//*-* CUSTOM_STYLESHEET_END_TAG *-*/