#horizontalmenu{
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #119933;
	background-color: transparent;
	text-align: center;
}

#horizontalmenu ul{
	margin-left: 33px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}

#horizontalmenu li{
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

#horizontalmenu a{
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #0F4F2B; /*blue color theme*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003E5F;
	background-image: url(../pic/links/border_green_dark.jpg);
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

#horizontalmenu a:hover{
	background-color: #119933; /*green color theme*/
	color: #FFFFFF;
	background-image: none;
}

#horizontalmenu #home a{ /*currently selected tab*/
	background-color: #119933; /*green color theme*/
	color: #FFFFFF;
	border-color: #119933; /*green color theme*/
	background-image: none;
}

#horizontalmenu #home a:hover{
	background-color: #119933; /*green color theme*/
	color: #FFFFFF;
	background-image: none;
}

</style>
