ul#nav_first {
	font-size: 14px;
	text-decoration: none;
	width: auto;
}

ul#nav_first li {
	width: 120px;
	line-height: 50px;
	text-align: center;
	list-style-type: none;
	display: inline;
	height: 50px;
	float: left;
}

ul#nav_first a {
	color: #445044;
	font-weight: bold;
	display: block;
	padding: 0 20px 0 20px;
}

ul#nav_first a:hover {
	color: #ffffff;
	background-color: #253319;
}

ul#nav_first .active a {
	color: #ffffff;
	background-color: #253319;
}

ul#nav_first .subactive a {
	color: #ffffff;
	background-color: #253319;
}

.nav_footer_active {
	color: #253319;
}

