a#home_btn {
	background-image: url(../images/links/home_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 16px;
	width: 49px;
}
a:hover#home_btn {
	background-image: url(../images/links/home_on.gif);
}
#about_btn {
	background-image: url(../images/links/about_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 16px;
	width: 58px;
}
a:hover#about_btn {
	background-image: url(../images/links/about_on.gif);
}
#films_btn {
	background-image: url(../images/links/films_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 16px;
	width: 47px;
}
a:hover#films_btn {
	background-image: url(../images/links/films_on.gif);
}
#press_btn {
	background-image: url(../images/links/press_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 16px;
	width: 49px;
}
a:hover#press_btn {
	background-image: url(../images/links/press_on.gif);
}
#contact_btn {
	background-image: url(../images/links/contact_off.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 16px;
	width: 76px;
}
a:hover#contact_btn {
	background-image: url(../images/links/contact_on.gif);
}
