#tabmenu {
	background: #14432F;
	list-style: none;
	margin: 0;
	padding-left:3px;
	padding-bottom:0px;
	width: 904px;
}
#tabmenu li {
	float: left;
	font: 67.5% "Arial";
	margin: 0;
	padding: 0;
}
#tabmenu a {
	background: #14432F url("../images/seperator.gif") bottom left no-repeat;
	background: #14432F url("../images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
#tabmenu a:hover {
	background: #ffffff url("../images/hover.gif") bottom center no-repeat;
	color: #14432F;
	padding-bottom: 8px;
	font-weight:bold;
	}
