#TICKER a{
	text-decoration: none;
	color: #ffFF00;
}

#TICKER a:hover{
	text-decoration: none;
	color: #fff;
}

a{
	text-decoration: none;
	color: #053385;
}

.menu{
	position: absolute;
	top: 110px;
	right: 0px;
	width: 850px;
	height: 24px;
	z-index: 10;
}


/* @group Main Buttons */

.home{
	position: absolute;
	height: 24px;
	width: 59px;
	background-image: url('../images/btns/home.png');
	background-repeat: no-repeat;
}

.about{
	position: absolute;
	height: 24px;
	width: 134px;
	margin-left: 59px;
	background-image: url('../images/btns/about.png');
	background-repeat: no-repeat;
}

.history{
	position: absolute;
	height: 24px;
	width: 74px;
	margin-left: 193px;
	background-image: url('../images/btns/history.png');
	background-repeat: no-repeat;
}

.schedule{
	position: absolute;
	height: 24px;
	width: 87px;
	margin-left: 267px;
	background-image: url('../images/btns/schedule.png');
	background-repeat: no-repeat;
}

.stat{
	position: absolute;
	height: 24px;
	width: 59px;
	margin-left: 354px;
	background-image: url('../images/btns/stats.png');
	background-repeat: no-repeat;
}

.spare{
	position: absolute;
	height: 24px;
	width: 68px;
	margin-left: 413px;
	background-image: url('../images/btns/spares.png');
	background-repeat: no-repeat;
}

.mb{
	position: absolute;
	height: 24px;
	width: 129px;
	margin-left: 481px;
	background-image: url('../images/btns/mb.png');
	background-repeat: no-repeat;
}

.teamreps {
	position: absolute;
	height: 24px;
	width: 90px;
	margin-left: 610px;
	background-image: url('../images/btns/teamreps.png');
	background-repeat: no-repeat;
}

.contact{
	position: absolute;
	height: 24px;
	width: 76px;
	margin-left: 700px;
	background-image: url('../images/btns/contact.png');
	background-repeat: no-repeat;	
}



/* @end */

/* @group Main Hovers */

.home:hover{
	background-image: url('../images/btns/home_over.png');
}

.about:hover{
	background-image: url('../images/btns/about_over.png');
}

.history:hover{
	background-image: url('../images/btns/history_over.png');
}

.schedule:hover{
	background-image: url('../images/btns/schedule_over.png');
}

.stat:hover{
	background-image: url('../images/btns/stats_over.png');
}

.spare:hover{
	background-image: url('../images/btns/spares_over.png');
}

.mb:hover{
	background-image: url('../images/btns/mb_over.png');
}

.teamreps:hover{
	background-image: url('../images/btns/teamreps_over.png');
}

.contact:hover{
	background-image: url('../images/btns/contact_over.png');
}



/* @end */

