/* these make the submenus not display by default */
#coursessubnav {display: none;}
#applysubnav {display: none;}
#degreessubnav {display: none;}

/* these display the appropriate submenus */
.courses #coursessubnav, .coursestheoretical #coursessubnav, .coursesapplied #coursessubnav, .coursescurrent #coursessubnav {display: block;}
.apply #applysubnav, .apply_masters #applysubnav, .apply_phd #applysubnav {display: block;}
.degrees #degreessubnav, .degrees_master #degreessubnav, .degrees_phd #degreessubnav {display: block;}


/* these make the appropriate section or subsection bold and black */
body.home #home a,
body.home #home a:link, 
body.home #home a:hover, 
body.home #home a:visited 
{font-weight: bold; color: #000000;}

body.about #about a,
body.about #about a:link, 
body.about #about a:hover, 
body.about #about a:visited 
{font-weight: bold; color: #000000;}

body.ma #ma a,
body.ma #ma a:link, 
body.ma #ma a:hover, 
body.ma #ma a:visited 
{font-weight: bold; color: #000000;}

body.phd #phd a,
body.phd #phd a:link, 
body.phd #phd a:hover, 
body.phd #phd a:visited 
{font-weight: bold; color: #000000;}

body.apply_masters #apply_masters a,
body.apply_masters #apply_masters a:link, 
body.apply_masters #apply_masters a:hover, 
body.apply_masters #apply_masters a:visited 
{font-weight: bold; color: #000000;}

body.apply_phd #apply_phd a,
body.apply_phd #apply_phd a:link, 
body.apply_phd #apply_phd a:hover, 
body.apply_phd #apply_phd a:visited 
{font-weight: bold; color: #000000;}

body.degrees_master #degrees_master a,
body.degrees_master #degrees_master a:link, 
body.degrees_master #degrees_master a:hover, 
body.degrees_master #degrees_master a:visited 
{font-weight: bold; color: #000000;}

body.degrees_phd #degrees_phd a,
body.degrees_phd #degrees_phd a:link, 
body.degrees_phd #degrees_phd a:hover, 
body.degrees_phd #degrees_phd a:visited 
{font-weight: bold; color: #000000;}

body.courses #courses a,
body.courses #courses a:link, 
body.courses #courses a:hover, 
body.courses #courses a:visited 
{font-weight: bold; color: #000000;}

body.coursestheoretical #coursestheoretical a,
body.coursestheoretical #coursestheoretical a:link, 
body.coursestheoretical #coursestheoretical a:hover, 
body.coursestheoretical #coursestheoretical a:visited 
{font-weight: bold; color: #000000;}

body.coursesapplied #coursesapplied a,
body.coursesapplied #coursesapplied a:link, 
body.coursesapplied #coursesapplied a:hover, 
body.coursesapplied #coursesapplied a:visited 
{font-weight: bold; color: #000000;}

body.coursescurrent #coursescurrent a,
body.coursescurrent #coursescurrent a:link, 
body.coursescurrent #coursescurrent a:hover, 
body.coursescurrent #coursescurrent a:visited 
{font-weight: bold; color: #000000;}

body.faculty #faculty a,
body.faculty #faculty a:link, 
body.faculty #faculty a:hover, 
body.faculty #faculty a:visited 
{font-weight: bold; color: #000000;}

body.student_research #student_research a,
body.student_research #student_research a:link, 
body.student_research #student_research a:hover, 
body.student_research #student_research a:visited 
{font-weight: bold; color: #000000;}

body.guidelines #guidelines a,
body.guidelines #guidelines a:link, 
body.guidelines #guidelines a:hover, 
body.guidelines #guidelines a:visited 
{font-weight: bold; color: #000000;}

body.financial #financial a,
body.financial #financial a:link, 
body.financial #financial a:hover, 
body.financial #financial a:visited 
{font-weight: bold; color: #000000;}

body.handbook #handbook a,
body.handbook #handbook a:link, 
body.handbook #handbook a:hover, 
body.handbook #handbook a:visited 
{font-weight: bold; color: #000000;}

body.research #research a,
body.research #research a:link, 
body.research #research a:hover, 
body.research #research a:visited 
{font-weight: bold; color: #000000;}

body.students #students a,
body.students #students a:link, 
body.students #students a:hover, 
body.students #students a:visited 
{font-weight: bold; color: #000000;}

body.resources #resources a,
body.resources #resources a:link, 
body.resources #resources a:hover, 
body.resources #resources a:visited 
{font-weight: bold; color: #000000;}

body.contact #contact a,
body.contact #contact a:link, 
body.contact #contact a:hover, 
body.contact #contact a:visited 
{font-weight: bold; color: #000000;}

body.newsandevents #newsandevents a,
body.newsandevents #newsandevents a:link, 
body.newsandevents #newsandevents a:hover, 
body.newsandevents #newsandevents a:visited 
{font-weight: bold; color: #000000;}

/* these are used when a section, which has a submenu, is selected and makes the subsections grey and normal weight */

body.courses #coursessubnav ul li a, 
body.courses #coursessubnav li a:link, 
body.courses #coursessubnav ul li a:hover, 
body.courses #coursessubnav ul li a:visited 
{font-weight: normal; color: #333333}
