table#sportNav {
	table-layout: fixed;
	width: 656px;
	margin: auto;
}
table#sportNav td {
	text-align:center;
	padding: 10px 0;
}
table#sportNav a {
	display: block;
	margin: auto;
	background-image: url('/images/home_page_sport-v2.png');
	background-repeat: no-repeat;
	
	/* native: 308 x 72 -- inner 300 x 64 */
	width: 210px;
	height: 64px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 0 26px 8px 72px;
	line-height: 64px;
	color: #000;
	text-decoration: none;
}
table#sportNav a:hover {
	color: #103C3A;
	text-decoration: underline;
}