#headmenu {
	width: 740;
	height: 32px;
	background-color: #fff;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: none;
	margin: 0px;
	display: block;
}

#headmenu a {
	text-align: center;
	width: 123px;
	margin: auto 0px;
	float: left;
	overflow: none;
	font-size: 13px;
	font-family: "Trebuchet MS", "Palatino Linotype", serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 200%;
	color: #fff;
	background-color: #76b900;
	border-top: 1px #175580 solid;
	border-bottom: 1px #175580 solid;
}

#headmenu a.menuitemleft {
	border-left: 1px #175580 solid;
}

#headmenu a.menuitemright {
	border-right: 1px #175580 solid; 
}

#headmenu a:hover, #headmenu a:active {
	color: #76b900;
	background-color: #fff;
}
