.HomeNav
{
	font: 15px Arial;
	color:#FFFFFF;
	width: 159;
	height: 22;
	border-bottom: thin solid #B8522C;
	padding-left: 16px;
	line-height: 27px;
	background-color: #F77C4F;
}
.Button
{
	font: 15px Arial;
	color:#FFFFFF;
	width: 159;
	height: 22;
	border-bottom: thin solid #8D543E;
	padding-left: 16px;
	line-height: 27px;
	background-color: #C17C62;
}
.SelectedButton
{
	font: 15px Arial;
	width: 159;
	height: 22;
	border-bottom: thin solid #B08F8F;
	padding-left: 16px;
	line-height: 27px;
	background-image: url('../images/selected_link.gif');
}
a.Navigation
{
	text-decoration: none;
	color: white;
}
a.SelectedNavigation
{
	text-decoration: none;
	color: brown;
}
