#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: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	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;
	font: bold 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #0F4F2B; /*blue color theme*/ 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003E5F;
}

#horizontalmenu a:hover{
background-color: #119933; /*green color theme*/ 
color: #FFFFFF;
}

#horizontalmenu #home a{ /*currently selected tab*/
background-color: #119933; /*green color theme*/ 
color: #FFFFFF;
border-color: #119933; /*green color theme*/ 
}

#horizontalmenu #home a:hover{
background-color: #119933; /*green color theme*/ 
color: #FFFFFF;
}

</style>
