a.nav {
	font-family: Arial, verdana;
	color: #FFFFFF;
	text-align: center;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 160px;
	font-size: 11px;
	font-weight:bold;
	padding-top: 7px;
	text-decoration: none;
	display: table;
}

a.nav:hover  {
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

td.nav {
	height: 32px;
	width: 160px;
}