@CHARSET "ISO-8859-1";

#button_event a {
	background-image: url(../../assets/images/button_event.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_event a:hover{
	background-image: url(../../assets/images/button_event_over.png);
}
#button_news a {
	background-image: url(../../assets/images/button_news.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_news a:hover{
	background-image: url(../../assets/images/button_news_over.png);
}
#button_bike_stuff a {
	background-image: url(../../assets/images/button_bike_stuff.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_bike_stuff a:hover{
	background-image: url(../../assets/images/button_bike_stuff_over.png);
}
#button_non_bike_stuff a {
	background-image: url(../../assets/images/button_non_bike_stuff.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_non_bike_stuff a:hover{
	background-image: url(../../assets/images/button_non_bike_stuff_over.png);
}
#button_venue a {
	background-image: url(../../assets/images/button_venue.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_venue a:hover{
	background-image: url(../../assets/images/button_venue_over.png);
}
#button_sponsors a {
	background-image: url(../../assets/images/button_sponsors.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_sponsors a:hover{
	background-image: url(../../assets/images/button_sponsors_over.png);
}
#button_ukyouth a {
	background-image: url(../../assets/images/button_ukyouth.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_ukyouth a:hover{
	background-image: url(../../assets/images/button_ukyouth_over.png);
}
#button_tickets a {
	background-image: url(../../assets/images/button_tickets.png);
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 60px;
}
#button_tickets a:hover{
	background-image: url(../../assets/images/button_tickets_over.png);
}
