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

a#navHome {
	float: left;
	background: url(../buttons/home_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navHome img { border: 0px; }
a#navHome:hover img { visibility: hidden }
a#navAboutUs {
	float: left;
	background: url(../buttons/aboutus_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navAboutUs img { border: 0; }
a#navAboutUs:hover img { visibility: hidden }
a#navJoinUs {
	float: left;
	background: url(../buttons/joinus_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navJoinUs img { border: 0; }
a#navJoinUs:hover img { visibility: hidden }
a#navNews {
	float: left;
	background: url(../buttons/news_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navNews img { border: 0; }
a#navNews:hover img { visibility: hidden }
a#navEducation {
	float: left;
	background: url(../buttons/education_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navEducation img { border: 0; }
a#navEducation:hover img { visibility: hidden }
a#navEvents {
	float: left;
	background: url(../buttons/events_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navEvents img { border: 0; }
a#navEvents:hover img { visibility: hidden }
a#navContact {
	float: left;
	background: url(../buttons/contact_over.gif) no-repeat;
	width: 92px;
	height: 25px;
	overflow: hidden;
}
a#navContact img { border: 0; }
a#navContact:hover img { visibility: hidden }
