#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 830px;
	height: 48px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
	top: -1px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 80px;
	height: 48px;
	background: url(images/menu01_home.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .home_active {
	width: 80px;
	height: 48px;
	background: url(images/menu01_home_active.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .about {
	width: 94px;
	height: 48px;
	background: url(images/menu02_about.jpg) no-repeat;
	left: 80px;
	top: 0px;
}

#menu .about_active {
	width: 94px;
	height: 48px;
	background: url(images/menu02_about_active.jpg) no-repeat;
	left: 80px;
	top: 0px;
}

#menu .partners {
	width: 117px;
	height: 48px;
	background: url(images/menu03_partners.jpg) no-repeat;
	left: 174px;
	top: 0px;
}

#menu .partners_active {
	width: 117px;
	height: 48px;
	background: url(images/menu03_partners_active.jpg) no-repeat;
	left: 174px;
	top: 0px;
}

#menu .projects {
	width: 87px;
	height: 48px;
	background: url(images/menu04_projects.jpg) no-repeat;
	left: 291px;
	top: 0px;
}

#menu .projects_active {
	width: 87px;
	height: 48px;
	background: url(images/menu04_projects_active.jpg) no-repeat;
	left: 291px;
	top: 0px;
}


#menu .donations {
	width: 99px;
	height: 48px;
	background: url(images/menu05_donations.jpg) no-repeat;
	left: 378px; 
	top: 0px;
}

#menu .donations_active {
	width: 99px;
	height: 48px;
	background: url(images/menu05_donations_active.jpg) no-repeat;
	left: 378px; 
	top: 0px;
}

#menu .gallery {
	width: 123px;
	height: 48px;
	background: url(images/menu06_gallery.jpg) no-repeat;
	left: 477px;
	top: 0px;
}

#menu .gallery_active {
	width: 123px;
	height: 48px;
	background: url(images/menu06_gallery_active.jpg) no-repeat;
	left: 477px;
	top: 0px;
}

#menu .news {
	width: 126px;
	height: 48px;
	background: url(images/menu07_news.jpg) no-repeat;
	left: 600px;
	top: 0px;
}

#menu .news_active {
	width: 126px;
	height: 48px;
	background: url(images/menu07_news_active.jpg) no-repeat;
	left: 600px;
	top: 0px;
}

#menu .contact {
	width: 106px;
	height: 48px;
	background: url(images/menu08_contact.jpg) no-repeat;
	left: 726px;
	top: 0px;
}

#menu .contact_active {
	width: 106px;
	height: 48px;
	background: url(images/menu08_contact_active.jpg) no-repeat;
	left: 726px;
	top: 0px;
}

