@charset "utf-8";
/* CSS Document */

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

   COUNCIL MEETINGS SUBMENU

 *******************************************************************************/

/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "COUNCIL MEETINGS" PAGE. */
/* On the "Council Meetings" page, the submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#meetingsPage #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Council Meetings" page, the submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#meetingsPage #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* ********* 2008 - 2009 ********* */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2008 - 2009" PAGE */
/* On the "2008 - 2009" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2008-09Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2008 - 2009" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2008-09Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2008 - 2009" LINK FROM THE "2008 - 2009" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2008-09Page #meetingsLink #meetings2008-09Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2008-09Page #meetingsLink #meetings2008-09Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2008 - 2009" PAGE */
/* On the "2008 - 2009" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2008-09Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2007 - 2008 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2007 - 2008" PAGE */
/* On the "2007 - 2008" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2007-08Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2007 - 2008" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2007-08Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2007 - 2008" LINK FROM THE "2007 - 2008" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2007-08Page #meetingsLink #meetings2007-08Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2007-08Page #meetingsLink #meetings2007-08Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2007 - 2008" PAGE */
/* On the "2007 - 2008" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2007-08Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2006 - 2007 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2006 - 2007" PAGE */
/* On the "2006 - 2007" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2006-07Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2006 - 2007" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2006-07Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2006 - 2007" LINK FROM THE "2006 - 2007" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2006-07Page #meetingsLink #meetings2006-07Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2006-07Page #meetingsLink #meetings2006-07Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2008 - 2009" PAGE */
/* On the "2006 - 2007" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2006-07Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2005 - 2006 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2005 - 2006" PAGE */
/* On the "2005 - 2006" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2005-06Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2005 - 2006" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2005-06Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2005 - 2006" LINK FROM THE "2005 - 2006" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2005-06Page #meetingsLink #meetings2005-06Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2005-06Page #meetingsLink #meetings2005-06Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2005 - 2006" PAGE */
/* On the "2005 - 2006" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2005-06Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2004 - 2005 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2004 - 2005" PAGE */
/* On the "2004 - 2005" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2004-05Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2004 - 2005" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2004-05Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2004 - 2005" LINK FROM THE "2004 - 2005" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2004-05Page #meetingsLink #meetings2004-05Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2004-05Page #meetingsLink #meetings2004-05Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2004 - 2005" PAGE */
/* On the "2004 - 2005" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2004-05Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2003 - 2004 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2003 - 2004" PAGE */
/* On the "2003 - 2004" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2003-04Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2003 - 2004" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */

#meetings2003-04Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2003 - 2004" LINK FROM THE "2003 - 2004" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2003-04Page #meetingsLink #meetings2003-04Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2003-04Page #meetingsLink #meetings2003-04Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2003 - 2004" PAGE */
/* On the "2003 - 2004" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2003-04Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2002 - 2003 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2002 - 2003" PAGE */
/* On the "2002 - 2003" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2002-03Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2002 - 2003" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2002-03Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2002 - 2003" LINK FROM THE "2002 - 2003" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2002-03Page #meetingsLink #meetings2002-03Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2002-03Page #meetingsLink #meetings2002-03Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2002 - 2003" PAGE */
/* On the "2002 - 2003" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2002-03Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2001 - 2002 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2001 - 2002" PAGE */
/* On the "2001 - 2002" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2001-02Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2001 - 2002" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2001-02Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2001 - 2002" LINK FROM THE "2001 - 2002" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2001-02Page #meetingsLink #meetings2001-02Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2001-02Page #meetingsLink #meetings2001-02Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2001 - 2002" PAGE */
/* On the "2001 - 2002" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2001-02Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* 2000 - 2001 ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "2000 - 2001" PAGE */
/* On the "2000 - 2001" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2000-01Page #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "2000 - 2001" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2000-01Page #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "2000 - 2001" LINK FROM THE "2000 - 2001" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2000-01Page #meetingsLink #meetings2000-01Link a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetings2000-01Page #meetingsLink #meetings2000-01Link a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "2000 - 2001" PAGE */
/* On the "2000 - 2001" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetings2000-01Page #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* ******* Previous ******** */
/* BEHAVIOR OF ALL LINKS IN THE "COUNCIL MEETINGS" SUBMENU FROM THE "Previous" PAGE */
/* On the "Previous" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetingsPreviousPage #meetingsLink #meetingsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Previous" page, the other submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetingsPreviousPage #meetingsLink #meetingsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "Previous" LINK FROM THE "Previous" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetingsPreviousPage #meetingsLink #meetingsPreviousLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#meetingsPreviousPage #meetingsLink #meetingsPreviousLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "COUNCIL MEETINGS" LINK FROM THE "Previous" PAGE */
/* On the "Previous" page, the "Council Meetings" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#meetingsPreviousPage #meetingsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}


