/* buttons.css */

#buttonHome {
	display: block;
	width: 54px;
	height: 22px;
	background: url("../img/button-home.png") no-repeat 0 0;
	border: 0;
}

#buttonOverview {
	display: block;
	width: 91px;
	height: 22px;
	background: url("../img/button-overview.png") no-repeat 0 0;
	border: 0;
}

#buttonSubscribe {
	display: block;
	width: 99px;
	height: 22px;
	background: url("../img/button-subscribe.png") no-repeat 0 0;
	border: 0;
}

#buttonGuidelines {
	display: block;
	width: 113px;
	height: 22px;
	background: url("../img/button-guidelines.png") no-repeat 0 0;
	border: 0;
}

#buttonSubmissions {
	display: block;
	width: 127px;
	height: 22px;
	background: url("../img/button-submissions.png") no-repeat 0 0;
	border: 0;
}

#buttonHome:hover,
#buttonOverview:hover,
#buttonSubscribe:hover,
#buttonGuidelines:hover,
#buttonSubmissions:hover {
	background-position: 0 -22px;
	border: 0;
}

#buttonHome:active,
#buttonOverview:active,
#buttonSubscribe:active,
#buttonGuidelines:active,
#buttonSubmissions:active {
	background-position: 0 -44px;
	border: 0;
}

#buttonHome span,
#buttonOverview span,
#buttonSubscribe span,
#buttonGuidelines span,
#buttonSubmissions span {
	display: none;
}
