﻿.menu {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 39px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 39px;
	background-repeat: no-repeat;
}
.home {
	background-image: url('homea.jpg');
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
}
.home a {
	background-image: url('homeb.jpg');
	background-repeat: no-repeat;
	width: 200px;
}
.contact {
	background-image: url('contacta.jpg');
	background-repeat: no-repeat;
}
.contact a {
	background-image: url('contactb.jpg');
	background-repeat: no-repeat;
}
.directions {
	background-image: url('directionsa.jpg');
	background-repeat: no-repeat;
}
.directions a {
	background-image: url('directionsb.jpg');
	background-repeat: no-repeat;
}
.events {
	background-image: url('eventsa.jpg');
	background-repeat: no-repeat;
}
.events a {
	background-image: url('eventsb.jpg');
	background-repeat: no-repeat;
}
.restaurant {
	background-image: url('restauranta.jpg');
	background-repeat: no-repeat;
}
.restaurant a {
	background-image: url('restaurantb.jpg');
	background-repeat: no-repeat;
}
ul.menu li a:hover {background: none;}
