/* CSS Document (for main navigation) */

#nav li {font-family: Arial, Helvetica, sans-serif;
	list-style: none; float: left; margin: 0; padding: 0;
	font-size: 10px; line-height: 25px; white-space: nowrap;
	text-transform: uppercase;}


#nav a {display: block; float: left; background-color: #666;
	text-decoration: none; font-weight: bold; color: #FFF;}

#nav #home a, #nav #contact a { 
	padding: 0 16px;
}

#nav #agriculture a, #nav #collaborative a, #nav #local_foods a, #nav #carbon a {
	padding: 0 14px;
}

html>body #nav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            /* End IE5-Mac hack */


/* Hover - for buttons */
#nav a:hover {background-color: #9c6;}

/* Current page selected ('selected/javascript' in body) */
#nav li.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#nav li.selected a, #nav li.selected a:hover {background-color: #9c6;}
 