﻿.navtable {
	border-style: solid;
	border-width: 0px;
}
.navtable a {
	font-size: 14px;
	color: #6C3B09;
	text-decoration: none;
	display: block;
	background-image: url('images/nav1.gif');
	padding: 1px 3px 3px 50px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 0px;
	font-family: tahoma, Verdana;
}
.navtable a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	background-image:url('images/nav2.gif')
	}
