table.hnav {   
border-collapse: collapse;
line-height: 37px;
}
table.hnav td {   
border: 0px solid black;
}
table.hnav td a{   
display: block;   
text-align: center;
text-decoration: none;
}
table.hnav td a:link, table.hnav td a:visited {
		color: white;
	font: 9pt/37px Arial, Helvetica, Geneva, sans-serif;
}
table.hnav td a:hover, table.hnav td a:active {   
color: #fff;   
background: url(../images/nav-hover.gif);
}



