/*
CSS Document Changing Image-Based Nav to Text
Written by Jay Pilgreen
April, 9th 2008
River City Studio
*/

td a.secondaryNav {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	font-family: "Courier New", "Helvetica", "Arial";
	line-height: 10px;
}

td a.secondaryNav:hover, td a.primaryNav:hover {
	text-decoration: none;
	color: #EE9B16;
}

td.secondaryNav, td.primaryNav {
	padding: 4px 0px;
}

td a.primaryNav {
	font-size: 10px;
	color: #333;
	line-height: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

td.primaryNav {
	padding-left: 3px;
}