@charset "utf-8";
/* CSS Document */


#top-nav .tier1-list {
	margin:0px;
	padding:0px;
	list-style:none;
}
	#top-nav .tier1-list-item {
		margin:0px;
		padding:0px;
		float:left;
	}

	.tier1-list-item .tier1-list-link {
		display:block;
		height:34px;
		margin:1px 0 0 0;
		line-height:34px;
		text-align:center;
		font-family:"Calibri",Verdana,Tahoma,sans-serif;
		font-size:13px;
		color:#555;
		text-decoration:none;
		text-transform:uppercase;
		text-shadow:1px 1px 0px white;
		background-image:url(../images/top-nav-bg.jpg);
		background-position:0 0;
		outline:none;
		border-top:1px solid white;
		border-bottom:1px solid #bfbfbf;
		border-left:1px solid white;
		border-right:1px solid #bfbfbf;
	}
	
	.tier1-list-item .tier1-list-link:hover {
		color:#454545;
		background-image:url(../images/top-nav-bg.jpg);
		background-position:0 -34px;
		background-repeat:repeat-x;
		text-shadow:1px 1px 0px #e7eaed;
	}
	
	.tier1-list-item .tier1-list-link:active {
		color:#4b6879;
		background-position:0 -102px;
		text-shadow:1px 1px 0px #e7eaed;
		text-indent:3px;
		line-height:38px;
		border-top:1px solid #d5dfe4;
		border-left:1px solid #bbc8ce;
	}
	
	.tier1-list-item .one {	width:143px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; }
	.tier1-list-item .two {	width:130px; }
	.tier1-list-item .three { width:150px; }
	.tier1-list-item .four { width:93px; }
	.tier1-list-item .five { width:88px; }
	.tier1-list-item .six {	width:93px; }
	.tier1-list-item .seven { width:93px; }
	.tier1-list-item .eight { width:88px; }
	.tier1-list-item .nine { width:58px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
	
	

#page-history .tier1-list-item .one,
#page-whatispacing .tier1-list-item .two,
#page-standardbred .tier1-list-item .three,
#page-pacingbets .tier1-list-item .four,
#page-uspacing .tier1-list-item .five,
#page-ukpacing .tier1-list-item .six,
#page-aupacing .tier1-list-item .seven,
#page-about .tier1-list-item .eight, 
#page-news .tier1-list-item .nine
{
	background-position:0 -68px;
	border-right:1px solid #908e7d;
	border-bottom:1px solid #908e7d;
	border-top:1px solid #908e7d;
	border-left:1px solid #908e7d;
	text-shadow:1px 1px 1px #515040;
	color:white;
}
