.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #996633;
	margin-left: 2px;
}
.navSubText {
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}
.subCategoryBox {
	background-color: #F0E9DE;
	padding: 5px;
	width: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
a.navTextLink 	{
	text-decoration: none;
	color: #666666;
}

a.navTextLink:visited {
	text-decoration: none;
	color: #666666;
}

a.navTextLink:hover {
	color: #000000;
	text-decoration: none;
}
