@charset "utf-8";
/* CSS Document */

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 TOPIC:  UNIVERSITY MATTERS SUBMENU INFORMATION

 *******************************************************************************/

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "UNIVERSITY MATTERS" PAGE. */
/* On the "University Matters" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#universityMattersPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "University Matters" page, the submenu items are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#universityMattersPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "UNIVERSITY MATTERS" LINK FROM THE "UNIVERSITY MATTERS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#universityMattersPage #topicsLink #universityMattersLink 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 */
#universityMattersPage #topicsLink #universityMattersLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "UNIVERSITY MATTERS" PAGE */
/* On the "University Matters" page, the "Topics" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#universityMattersPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF ALL LINKS IN THE "UNIVERSITY MATTERS" SUB-SUBMENU FROM THE "UNIVERSITY MATTERS" PAGE */
/* On the "University Matters" page, the sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #submenuLink(second level) #listOfSub-submenuLinks */
#universityMattersPage #universityMattersLink #universityMattersSubSubmenuLinks a {
	background-color:  #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Student Matters" page, the sub-submenu links are green, underlined, and have the hand pointer when moused over . */
/* #thisPage #submenuLink(second level) #listOfSub-submenuLinks */
#universityMattersPage #universityMattersLink #universityMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* **************** TOPIC:  UNIVERSITY MATTERS:  DEPARTMENT PROGRAM PROPOSALS ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "DEPARTMENT PROGRAM PROPOSALS" PAGE */
/* On the "Department Program Proposals" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#deptProgramProposalsPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Department Program Proposals" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#deptProgramProposalsPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "DEPARTMENT PROGRAM PROPOSALS" SUB-SUBMENU FROM THE "DEPARTMENT PROGRAM PROPOSALS" PAGE */
/* On the "Department Program Proposals" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#deptProgramProposalsPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Department Program Proposals" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#deptProgramProposalsPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "DEPARTMENT PROGRAM PROPOSALS" LINK FROM THE "DEPARTMENT PROGRAM PROPOSALS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#deptProgramProposalsPage #topicsLink #universityMattersLink #deptProgramProposalsLink 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 */
#deptProgramProposalsPage #topicsLink #universityMattersLink #deptProgramProposalsLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "DEPARTMENT PROGRAM PROPOSALS" PAGE */
/* #thisPage #mainMenuLink */
#deptProgramProposalsPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "UNIVERSITY MATTERS" LINK FROM THE "DEPARTMENT PROGRAM PROPOSALS" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#deptProgramProposalsPage #topicsLink #universityMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  UNIVERSITY MATTERS:  GRADE INFLATION ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "GRADE INFLATION" PAGE */
/* On the "Grade Inflation" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#gradeInflationPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Grade Inflation" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#gradeInflationPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "GRADE INFLATION" SUB-SUBMENU FROM THE "GRADE INFLATION" PAGE */
/* On the "Grade Inflation" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#gradeInflationPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Grade Inflation" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#gradeInflationPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "GRADE INFLATION" LINK FROM THE "GRADE INFLATION" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#gradeInflationPage #topicsLink #universityMattersLink #gradeInflationLink 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 */
#gradeInflationPage #topicsLink #universityMattersLink #gradeInflationLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "GRADE INFLATION" PAGE */
/* #thisPage #mainMenuLink */
#gradeInflationPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "UNIVERSITY MATTERS" LINK FROM THE "GRADE INFLATION" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#gradeInflationPage #topicsLink #universityMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  UNIVERSITY MATTERS:  ACCREDITATION ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "ACCREDITATION" PAGE */
/* On the "Accreditation" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#accreditationPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Accreditation" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#accreditationPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "ACCREDITATION" SUB-SUBMENU FROM THE "ACCREDITATION" PAGE */
/* On the "Accreditation" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#accreditationPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Accreditation" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#accreditationPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "ACCREDITATION" LINK FROM THE "ACCREDITATION" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#accreditationPage #topicsLink #universityMattersLink #accreditationLink 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 */
#accreditationPage #topicsLink #universityMattersLink #accreditationLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "ACCREDITATION" PAGE */
/* #thisPage #mainMenuLink */
#accreditationPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "UNIVERSITY MATTERS" LINK FROM THE "ACCREDITATION" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#accreditationPage #topicsLink #universityMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  UNIVERSITY MATTERS:  UO DIVERSITY PLAN ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "UO DIVERSITY PLAN" PAGE */
/* On the "UO Diversity Plan" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#uoDiversityPlanPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "UO Diversity Plan" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#uoDiversityPlanPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "UO DIVERSITY PLAN" SUB-SUBMENU FROM THE "UO DIVERSITY PLAN" PAGE */
/* On the "UO Diversity Plan" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#uoDiversityPlanPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "UO Diversity Plan" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#uoDiversityPlanPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "UO DIVERSITY PLAN" LINK FROM THE "UO DIVERSITY PLAN" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#uoDiversityPlanPage #topicsLink #universityMattersLink #uoDiversityPlanLink 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 */
#uoDiversityPlanPage #topicsLink #universityMattersLink #uoDiversityPlanLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "UO DIVERSITY PLAN" PAGE */
/* #thisPage #mainMenuLink */
#uoDiversityPlanPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "UNIVERSITY MATTERS" LINK FROM THE "UO DIVERSITY PLAN" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#uoDiversityPlanPage #topicsLink #universityMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  UNIVERSITY MATTERS:  EDUCATIONAL TECHNOLOGY ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "EDUCATIONAL TECHNOLOGY" PAGE */
/* On the "Educational Technology" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#educationalTechnologyPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Educational Technology" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#educationalTechnologyPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "EDUCATIONAL TECHNOLOGY" SUB-SUBMENU FROM THE "EDUCATIONAL TECHNOLOGY" PAGE */
/* On the "Educational Technology" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#educationalTechnologyPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Educational Technology" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#educationalTechnologyPage #topicsLink #universityMattersLink #universityMattersSubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "EDUCATIONAL TECHNOLOGY" LINK FROM THE "EDUCATIONAL TECHNOLOGY" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#educationalTechnologyPage #topicsLink #universityMattersLink #educationalTechnologyLink 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 */
#educationalTechnologyPage #topicsLink #universityMattersLink #educationalTechnologyLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "EDUCATIONAL TECHNOLOGY" PAGE */
/* #thisPage #mainMenuLink */
#educationalTechnologyPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "UNIVERSITY MATTERS" LINK FROM THE "EDUCATIONAL TECHNOLOGY" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#educationalTechnologyPage #topicsLink #universityMattersLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

