/* these make the submenus not display by default */
#submenu1 {display: none;}
#submenu2 {display: none;}

/* these display the appropriate submenus */
.sec1 #submenu1, .sec1sub1 #submenu1, .sec1sub2 #submenu1 {display: block;}
.sec2 #submenu2, .sec2sub1 #submenu2, .sec2sub2 #submenu2 {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.sec1 #sec1 a,
body.sec1 #sec1 a:link, 
body.sec1 #sec1 a:hover, 
body.sec1 #sec1 a:visited 
{font-weight: bold; color: #000000;}

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

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

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

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

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

body.sec3 #sec3 a,
body.sec3 #sec3 a:link, 
body.sec3 #sec3 a:hover, 
body.sec3 #sec3 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.apply #apply a,
body.apply #apply a:link, 
body.apply #apply a:hover, 
body.apply #apply a:visited 
{font-weight: bold; color: #000000;}

body.degrees #degrees a,
body.degrees #degrees a:link, 
body.degrees #degrees a:hover, 
body.degrees #degrees 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.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.faculty #faculty a,
body.faculty #faculty a:link, 
body.faculty #faculty a:hover, 
body.faculty #faculty 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.newsandevents #newsandevents a,
body.newsandevents #newsandevents a:link, 
body.newsandevents #newsandevents a:hover, 
body.newsandevents #newsandevents 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.fgs #fgs a,
body.fgs #fgs a:link, 
body.fgs #fgs a:hover, 
body.fgs #fgs 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.ma #ma a,
body.ma #ma a:link, 
body.ma #ma a:hover, 
body.ma #ma 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.sec1 #sec1 ul li a, 
body.sec1 #sec1 ul li a:link, 
body.sec1 #sec1 ul li a:hover, 
body.sec1 #sec1 ul li a:visited 
{font-weight: normal; color: #666666;}

body.sec2 #sec2 ul li a, 
body.sec2 #sec2 ul li a:link, 
body.sec2 #sec2 ul li a:hover, 
body.sec2 #sec2 ul li a:visited 
{font-weight: normal; color: #666666;}
