#directions
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 544px;
	height: auto;
	text-align: bottom;
	border-collapse: collapse;
	background-image: url(table-images/freeway.jpg);
	background-repeat: no-repeat;
	background-position: 0px 204px;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
}
#directions th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #957948;
	background-color: #000000;
}
#directions td
{
	padding: 5px 10px;
	color: #B79968;
	border-top: 1px solid #fff;
}
#directions tfoot td
{
	font-size: 11px;
}
#directions tbody td
{
	background: url('table-images/back.png');
}
#directions tbody tr:hover td
{
	color: #957948;
	background: none;
}
