.menu{
	position: fixed;
	display: block;
	margin: 87px auto auto 276px;
	color: transparent;
	z-index:2;
}
.menuButton{	
	float: left;
	margin: auto auto auto auto;
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	padding: 0px;
	
	width: 134px;
	height: 47px;

	text-align: center;
	opacity: 0.6;
}
.menuButton:hover{
	opacity: 0.9;
	color: black;
	background: white;
	padding-bottom: 0px;
	cursor: pointer;
	border-bottom: 5px solid #e3e2e1;
}
.menuButton#one{
	margin-left:20px;
}
#one{
	background: white url(images/1.png) center bottom no-repeat;
}
#two{
	background: white url(images/2.png) center bottom no-repeat;
}
#three{
	background: white url(images/3.png) center bottom no-repeat;
}
#four{
	background: white url(images/4.png) center bottom no-repeat;
}
#five{
	background: white url(images/5.png) center bottom no-repeat;
}