﻿ul  {
	list-style-type: none;
	font-family: "Franklin Gothic Demi";
	font-size: 13px;
	text-align: center;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

ul a {
	display:block;
	width:95px;
	height:40px;
	color:black;
	line-height:40px;
	text-decoration:none;
	background-image:url('button.jpg');
	background-repeat:no-repeat;
}

ul a:hover {
	background-position:0px -40px;
	color: purple;
}

ul li {
	display:inline;
	float:left;
}
