﻿ul{
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	float:left;
	height:23px;
	margin: 0;
	padding:0;
}

ul a{
	display:block;
	width: 95px;
	height: 23px;
	color: black;
	line-height: 23px;
	text-decoration: none;
	background-image: url('Images/bluebutton.gif');
	background-repeat: no-repeat;
}

ul a:hover {
	background-position: 0px -23px;
	color: white;
	font-weight:bold	
}

ul li {
	display: inline;
	float: left;
}
