@charset "UTF-8";
.mainNav {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #c1a28e;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: bottom;
}
.mainNav a:link, .mainNav a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #c1a28e;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: bottom;
}

.mainNav a:hover,  .mainNav a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: bottom;
}

.subNav {
	font-family: Arial;
	font-size: 9px;
	color: #c1a28e;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
}
.subNav a:link, .subNav a:visited {
	font-family: Arial;
	font-size: 9px;
	color: #c1a28e;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-top: 5px;
	text-decoration: none;
}
.subNav a:hover, .subNav a:active {
	font-family: Arial;
	font-size: 9px;
	color: #ffffff;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}
