div#menu-container {
	height: 50px;
	background: url(../images/menu-home/background.jpg) 0 0 no-repeat;
}

div#menu-container * {
	font-size: 0px;
	text-decoration: none;
	height: 50px;
	top: 0;
	display: block;
}

div#menu-container a.aboutus {
	position: absolute;
	left: 201px;
	width: 62px;
	background: url(../images/menu-home/aboutus.png) 0 0 no-repeat;
}
div#menu-container a.aboutus:hover {
	background: url(../images/menu-home/aboutus.png) -62px 0 no-repeat;
}

div#menu-container a.projects {
	position: absolute;
	left: 282px;
	width: 59px;
	background: url(../images/menu-home/projects.png) 0 0 no-repeat;
}
div#menu-container a.projects:hover {
	background: url(../images/menu-home/projects.png) -59px 0 no-repeat;
}

div#menu-container a.investors {
	position: absolute;
	left: 361px;
	width: 65px;
	background: url(../images/menu-home/investors.png) 0 0 no-repeat;
}
div#menu-container a.investors:hover {
	background: url(../images/menu-home/investors.png) -65px 0 no-repeat;
}

div#menu-container a.news {
	position: absolute;
	left: 445px;
	width: 35px;
	background: url(../images/menu-home/news.png) 0 0 no-repeat;
}
div#menu-container a.news:hover {
	background: url(../images/menu-home/news.png) -35px 0 no-repeat;
}

div#menu-container a.gallery {
	position: absolute;
	left: 498px;
	width: 54px;
	background: url(../images/menu-home/metals.png) 0 0 no-repeat;
}
div#menu-container a.gallery:hover {
	background: url(../images/menu-home/metals.png) -54px 0 no-repeat;
}

div#menu-container a.contactus {
	position: absolute;
	left: 570px;
	width: 77px;
	background: url(../images/menu-home/contactus.png) 0 0 no-repeat;
}
div#menu-container a.contactus:hover {
	background: url(../images/menu-home/contactus.png) -77px 0 no-repeat;
}