.navLeft {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #937E42;
	border: medium solid #937E42;
}
.navLeftTdOne {
	background-color: #937E42;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}
.navLeftTd {
	background-color: #937E42;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a:hover {
	text-decoration:underline
}
.navLink {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
