﻿#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 50px;
	border-bottom: 5px solid #35794B;
}

#navigation a {
	color: #234214;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 25px;
	padding-top: 10px;
}

#navigation .tab {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	width: 103px;
	height: 35px;
	float: left;
	background: transparent url(/images2/button3.gif) no-repeat bottom;
	text-align: center;
}

#navigation .activeTab {
	margin: 15px 0 0 0;
	padding: 0;
	width: 103px;
	height: 35px;
	float: left;
	background: transparent url(/images2/button3active.gif) no-repeat bottom;
	text-align: center;
}

#navigation .tab:hover {
	background: transparent url(/images2/button3hover2.gif) no-repeat bottom;
}

 #navigation .activeTab a {
	color: #ffffff;
}