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

.index{
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .index {
	background-image: url(images/home_o.jpg);
}
.water{
	background-image: url(images/water.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .water {
	background-image: url(images/water_o.jpg);
}

.publication{
	background-image: url(images/publication.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .publication {
	background-image: url(images/publication_o.jpg);
}
.conferences{
	background-image: url(images/conferences.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .conferences {
	background-image: url(images/conferences_o.jpg);
}
.training{
	background-image: url(images/training.jpg);
		background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .training {
	background-image: url(images/training_o.jpg);
}
.qanda{
	background-image: url(images/qanda.jpg);
		background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .qanda {
	background-image: url(images/qanda_o.jpg);
}
.link{
	background-image: url(images/link.jpg);
		background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .link {
	background-image: url(images/link_o.jpg);
}
.contact{
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .contact {
	background-image: url(images/contact_o.jpg);
}
.member{
	background-image: url(images/member.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .member {
	background-image: url(images/member_o.jpg);
}
.membership{
	background-image: url(images/membership.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 105px;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover .membership {
	background-image: url(images/membership_o.jpg);
}