table.navtable {
	width: 217px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 140px;
	left: 50%;
	height: 33px;
	margin-left: 183px;
	z-index: 5;
}
td.number {
	width: 32px;
	text-align: center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	padding-right: 10px;
}
td.number a:link, td.number a:visited  {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border: 1px solid #C87D3C;
}
td.number a:hover {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border: 1px solid #C80000;
	background-color: #3F2E22;
}
td.number a.cur:hover, td.number a.cur:visited, td.number a.cur:hover {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border: 1px solid #C87D3C;
	background-color: #3F2E22;
}

