#MenuBar {
	background: url(../images/nav_03.gif) repeat-x;
}
.homeon {
	background: url( '../images/nav_04_ON.gif' ) no-repeat;
}




.subnav {
	padding: 7px;
	font: 11px georgia, times, serif;
	color: #8f5c30;
	background: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.subnav a {
	display: block;
	color: #8f5c30;
	text-decoration: none;
}
.subnavon {
	padding: 7px;
	font: 11px georgia, times, serif;
	color: #fff;
	background: #8f5c30;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.subnavon a, .subnavon a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
}

/******* Styles for Navigation *******/

div.home {
	float: left;
	width: 74px; height: 41px;
	margin: 0px;
	background: url( '../images/nav_02.gif' ) 0 -82px no-repeat;
	}
div.home a {
	display: block;
	margin: 0px; padding:0px;
	width: 74px; height: 41px;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/nav_02.gif' ) top left no-repeat;
	}
div.home span {
	display: block;
	margin:0; padding: 0px;
	}
div.home a:hover {
	background-image: none;
	}
div.home a:active {
	color: black;
	}
div.about {
	float: left;
	width: 103px; height: 41px;
	margin: 0px;
	background: url( '../images/nav_04.gif' ) 0 -82px no-repeat;
	}
div.about a {
	display: block;
	margin: 0px; padding:0px;
	width: 103px; height: 41px;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/nav_04.gif' ) top left no-repeat;
	}
div.about span {
	display: block;
	margin:0; padding: 0px;
	}
div.about a:hover {
	background-image: none;
	}
div.about a:active {
	color: black;
	}
div.commmunity {
	float: left;
	width: 134px; height: 41px;
	margin: 0px;
	background: url( '../images/nav_06.gif' ) 0 -82px no-repeat;
	}
div.commmunity a {
	display: block;
	margin: 0px; padding:0px;
	width: 134px; height: 41px;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/nav_06.gif' ) top left no-repeat;
	}
div.commmunity span {
	display: block;
	margin:0; padding: 0px;
	}
div.commmunity a:hover {
	background-image: none;
	}
div.commmunity a:active {
	color: black;
	}
div.contact {
	float: left;
	width: 120px; height: 41px;
	margin: 0px;
	background: url( '../images/nav_08.gif' ) 0 -82px no-repeat;
	}
div.contact a {
	display: block;
	margin: 0px; padding:0px;
	width: 120px; height: 41px;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/nav_08.gif' ) top left no-repeat;
	}
div.contact span {
	display: block;
	margin:0; padding: 0px;
	}
div.contact a:hover {
	background-image: none;
	}
div.contact a:active {
	color: black;
	}
