ul.menu {
	height: 40px;
	background-color: transparent;
	width: 600px;
	white-space: nowrap;
	padding: 0;
	position:absolute;
	right: 20px;
	margin-top: 110px;
}

ul.menu li {
width: 150px;
display: inline;
list-style-type: none;
float: left;
text-align: center;
}

a.home {
display: block;
width: 150px;
height: 40px;
background: url(../images/home-button.png) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.home {
background-position: -150px 0;
}

a.events {
display: block;
width: 150px;;
height: 40px;
background: url(../images/event-button.png) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.events {
background-position: -150px 0;
}

a.history {
display: block;
width: 150px;
height: 40px;
background: url(../images/history-button.png) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.history {
background-position: -150px 0;
}

a.links {
display: block;
width: 150px;
height: 40px;
background: url(../images/links-button.png) 0 0 no-repeat;
text-decoration: none;
}
  
a:hover.links {
background-position: -150px 0;
}
