/*NCFMA suckerfish*/

.menu ul li{
	font-family:Arial, Helvetica, sans-serif;
}
	
/* ABOVE here my temp styling*/

.menu {
	z-index:1000;
	font-size:75%;
	font-weight:100;
	margin:25px 0 50px 0px; /* this page only */
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
	}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:27px;
	overflow: hidden;
	padding:0px 0 0 10px;
	/*vertical-align: middle;*/
	}

/* get rid of the table */
.menu table {
	position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;
	}

/* style the links */
.menu a {
	display:block;
	text-decoration:none;
	height:23px;
	line-height:30px;
	width:148px;
	color:#006600;
	text-indent:28px;
	background-image:url(../images/nav_green.gif);
	background-repeat:no-repeat;
	font-weight: bold;	
	}
.menu a:visited {
	display:block;
	text-decoration:none;
	height:23px;
	line-height:30px;
	width:148px;
	color:#006600;
	text-indent:28px;
	background-image:url(../images/nav_green.gif);
	background-repeat:no-repeat;
	font-weight:normal;
	
}

.bullet{border:none;
		padding-top:3px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	/*background-image:url(../Temp work/images/nav-off.gif);*/
	repeat:repeat-x; /*background:#d4d8bd;*/
	width:150px;
	w\idth:149px;
}

/* style the link hover */
* html .menu a:hover {
	color:#CC0000;
	background-image:url(../images/nav_red.gif);
	background-repeat:no-repeat;
	/*border-bottom:2px solid #ff9933;*/
	/*border-right:2px solid #ff9933;*/
	/*border-left:2px solid #fff;*/
	/*border-top:2px solid #fff;*/
	}

.menu :hover > a {
	color:#CC0000;
	background-image:url(../images/nav_red.gif);
	background-repeat:no-repeat;
	/*border-bottom:2px solid #ff9933;*/
	/*border-right:2px solid #ff9933;*/
	/*border-left:2px solid #fff;*/
	/*border-top:2px solid #fff;*/
	}





/* highlight current page in navigation */

#home .home,
#farmers .farmers,
#market .market,
#recipes .recipes,
#events .events,
#community .community,
#contactus .contactus{
	/*background-image:apple_bullet_rd.jpg;*/
	/*background-repeat:no-repeat;*/
	
	}
	
#home .home a,
#home .home a:visited,
#farmers .farmers a,
#market .market a,
#recipes .recipes a,
#events .events a,
#community .community a,
#contactus .contactus a{
	cursor:default;
	color:#E1CEA6;
	background-image:url(../images/nav_tan.gif)	
	
	/*background-repeat:no-repeat;*/
	/*border-bottom:2px solid #fafcac;*/
	/*border-right:2px solid #fafcac;*/
	/*border-left:1px solid #f2d697;*/
	/*border-top:1px solid #f2d697;*/
	}
	
#home .home a:hover,
#farmers .farmers a:hover,
#market .market a:hover,
#recipes .recipes a:hover,
#events .events a:hover,
#community .community a:hover,
#contactus .contactus a:hover{
	background-image:nav_red.gif;
	/*color:#cc6600;*/
	}
	
#home li.home:hover > a,
#farmers li.farmers:hover > a,
#market li.market:hover > a,
#recipes li.recipes:hover > a,
#events li.events:hover > a,
#community li.community:hover > a,
#contactus li.contactus:hover > a {
	/*background-image:none;*/
	/*color:#cc6600;*/
	}
	
#nav_footer {
	font-size: 75%;
	color: #cc6600;
	z-index: 10;
	position: absolute;
	left: 255px;
	top: 155px;
	width: 400px;
	text-align: center;
}
#toplink_footer img {
	border-style: none;
}

#nav_footer a {
	text-decoration: none;
	color: #cc6600;
	font-weight:bold;
}
#nav_footer a:hover {
	color:#FFCC99;	
	}
#toplink_footer {
	position: absolute;
	z-index: 10;
	left: 375px;
	top: 65px;
}
