/*********************************************
 * Navigation bar
 * Site: FreedomGardens.org
\*********************************************/
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11pt; 
}
ul#menu li {
	height: 24px;
}
ul#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(http://freedomgardens.org/images/nav.png);
}
li#tab1 {
	width: 160px;
	float:left;
}
li#tab1 a {
	background-position: 0px 0px;
		float:left;
}
li#tab1 a:hover {
	background-position: 0px 24px;
		float:left;
}

li#tab2 {
	width: 160px;
		float:left;
}
li#tab2 a {
	background-position: -160px 0px;
		float:left;
}
li#tab2 a:hover {
	background-position: -160px 24px;
		float:left;
}

li#tab3 {
	width: 160px;
		float:left;
}
li#tab3 a {
	background-position: -320px 0px;
		float:left;
}
li#tab3 a:hover {
	background-position: -320px 24px;
		float:left;
}

li#tab4 {
	width: 160px;
		float:left;
}
li#tab4 a {
	background-position: -480px 0px;
		float:left;
}
li#tab4 a:hover {
	background-position: -480px 24px;
		float:left;
}
li#tab5 {
	width: 160px;
		float:left;
}
li#tab5 a {
	background-position: -640px 0px;
		float:left;
}
li#tab5 a:hover {
	background-position: -640px 24px;
		float:left;
}

li#tab6 {
	width: 160px;
		float:left;
}
li#tab6 a {
	background-position: -800px 0px;
		float:left;
}
li#tab6 a:hover {
	background-position: -800px 24px;
		float:left;
}

li#tab7 {
	width: 107px;
		float:left;
}
li#tab7 a {
	background-position: -723px 0px;
		float:left;
}
li#tab7 a:hover {
	background-position: -723px 26px;
		float:left;
}

li#tab8 {
	width: 108px;
	float:left;
	clear: right;
	
}
li#tab8 a {
	background-position: -830px 0px;

	
}
li#tab8 a:hover {
	background-position: -830px 26px;

	
}


#myhiddennavigation { 
     display: none; 
	 float: left;
     height: 60px; 
     background: #f8f173; 
 border-left: 2px solid #ff9c00;
 border-right: 2px solid #ff9c00;
      border-bottom: 2px solid #ff9c00;
      overflow: hidden; 
	 font-family: tahoma, "Trebuchet MS", arial, serif;
	 width: 976px;
} 
