.HomeNav
{
	font: 15px Arial;
	color:#FFFFFF;
	width: 159;
	height: 22;
	border-bottom: thin solid #916F44;
	padding-left: 16px;
	line-height: 27px;
	background-color: #B2874F;
}
.Button
{
	font: 15px Arial;
	color:#FFFFFF;
	width: 159;
	height: 22;
	border-bottom: thin solid #4D3717;
	padding-left: 16px;
	line-height: 27px;
	background-color: #7D5F36;
}
.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;
}
