#menu {
	list-style: none;
	position: relative;
}

#menu_container {
  position:relative;
  width: 500px;
  height: 23px;
  margin: 70px 0px 0px 0px;
  padding: 0;
  font-size:0px;
  float: right;
}

#menu li {
	display:inline;
}

#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 {
	display: block;
	width: 67px;
	height: 23px;
	background: url('../images/home.png') no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	left: 60px;
	/*left: 545px;
	top: 70px;*/
}

#menu .portfolio {
	display: block;
	width: 112px;
	height: 23px;
	background: url('../images/portfolio.png') no-repeat;
	background-position: left top;
	left: 147px;
	top: 0px;
	/*left: 500px;
	left: 631px;
	top: 70px;*/
}

/* #menu .projects {
	width: 97px;
	height: 23px;
	background: url('../images/projects.png') no-repeat;
	background-position: left top;
	left: 631px;
	top: 70px;
}

*/

#menu .services {
	display: block;
	width: 92px;
	height: 23px;
	background: url('../images/services.png') no-repeat;
	background-position: left top;
	left: 279px;
	top: 0px;
	/*left: 758px;
	top: 70px;*/
} 

#menu .contact {
	display: block;
	width: 97px;
	height: 23px;
	background: url('../images/contact.png') no-repeat;
	background-position: left top;
	left: 391px;
	top: 0px;
	/*left: 860px;
	top: 70px;*/
}