@charset "utf-8";
/* CSS Document */

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 TOPIC:  STATE MATTERS SUBMENU INFORMATION

 *******************************************************************************/

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "STATE MATTERS" PAGE. */
/* On the "State Matters" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#stateMattersPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "State Matters" page, the submenu items are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#stateMattersPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "STATE MATTERS" LINK FROM THE "STATE MATTERS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#stateMattersPage #topicsLink #stateMattersLink 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 */
#stateMattersPage #topicsLink #stateMattersLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "STATE MATTERS" PAGE */
/* On the "State Matters" page, the "Topics" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#stateMattersPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF ALL LINKS IN THE "STATE MATTERS" SUB-SUBMENU FROM THE "STATE MATTERS" PAGE */
/* On the "State Matters" page, the sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #submenuLink(second level) #listOfSub-submenuLinks */
#stateMattersPage #stateMattersLink #stateMattersSubSubmenuLinks a {
	background-color:  #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "State Matters" page, the sub-submenu links are green, underlined, and have the hand pointer when moused over . */
/* #thisPage #submenuLink(second level) #listOfSub-submenuLinks */
#stateMattersPage #stateMattersLink #stateMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* **************** TOPIC:  STATE MATTERS:  STATE INITIATIVES ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "STATE INITIATIVES" PAGE */
/* On the "State Initiatives" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#stateInitiativesPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "State Initiatives" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#stateInitiativesPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "STATE INITIATIVES" SUB-SUBMENU FROM THE "STATE INITIATIVES" PAGE */
/* On the "State Initiatives" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#stateInitiativesPage #topicsLink #stateMattersLink #stateMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "State Initiatives" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#stateInitiativesPage #topicsLink #stateMattersLink #stateMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "STATE INITIATIVES" LINK FROM THE "STATE INITIATIVES" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#stateInitiativesPage #topicsLink #stateMattersLink #stateInitiativesLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#stateInitiativesPage #topicsLink #stateMattersLink #stateInitiativesLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "STATE INITIATIVES" PAGE */
/* #thisPage #mainMenuLink */
#stateInitiativesPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "STATE MATTERS" LINK FROM THE "STATE INITIATIVES" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#stateInitiativesPage #topicsLink #stateMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  STATE MATTERS:  COURSE ARTICULATION ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "COURSE ARTICULATION" PAGE */
/* On the "Course Articulation" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#courseArticulationPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Course Articulation" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#courseArticulationPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "COURSE ARTICULATION" SUB-SUBMENU FROM THE "COURSE ARTICULATION" PAGE */
/* On the "Course Articulation" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#courseArticulationPage #topicsLink #stateMattersLink #stateMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Course Articulation" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#courseArticulationPage #topicsLink #stateMattersLink #stateMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "COURSE ARTICULATION" LINK FROM THE "COURSE ARTICULATION" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#courseArticulationPage #topicsLink #stateMattersLink #courseArticulationLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#courseArticulationPage #topicsLink #stateMattersLink #courseArticulationLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "COURSE ARTICULATION" PAGE */
/* #thisPage #mainMenuLink */
#courseArticulationPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "STATE MATTERS" LINK FROM THE "COURSE ARTICULATION" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#courseArticulationPage #topicsLink #stateMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  STATE MATTERS:  GENERAL EDUCATION TRANSFER MODULE ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "GENERAL EDUCATION TRANSFER MODULE" PAGE */
/* On the "General Education Transfer Mode" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#generalEduTransModulePage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "General Education Transfer Mode" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#generalEduTransModulePage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "GENERAL EDUCATION TRANSFER MODULE" SUB-SUBMENU FROM THE "GENERAL EDUCATION TRANSFER MODULE" PAGE */
/* On the "General Education Transfer Mode" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#generalEduTransModulePage #topicsLink #stateMattersLink #stateMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "General Education Transfer Mode" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#generalEduTransModulePage #topicsLink #stateMattersLink #stateMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "GENERAL EDUCATION TRANSFER MODULE" LINK FROM THE "GENERAL EDUCATION TRANSFER MODULE" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#generalEduTransModulePage #topicsLink #stateMattersLink #generalEduTransModuleLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#generalEduTransModulePage #topicsLink #stateMattersLink #generalEduTransModuleLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "GENERAL EDUCATION TRANSFER MODULE" PAGE */
/* #thisPage #mainMenuLink */
#generalEduTransModulePage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "STATE MATTERS" LINK FROM THE "GENERAL EDUCATION TRANSFER MODULE" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#generalEduTransModulePage #topicsLink #stateMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

