/* Here is the way to change link colors in the Linear School template. #FFF is white, and should be used only on a dark background. #000 is black and whould be used on a light background. #666 is dark gray. */
/* The color of the text in the main links.  */
#nav a {
	color: #fff;
}
/* The border around the top main links */
.TopListItem {
	border-color: #FFF;
}
/* The color of the header text in the side navigation links */
#SideNavMenu .NavTitle {
    color: #000;
}
/* The color of the text in the side navigation links */
#SideNavMenu .NavLinks a {
    color: #fff;
}
#SideNavMenu .NavLinks a:link, #SideNavMenu .NavLinks a:visited {
    color: #fff;
}
/* The color of the hover over text in the side navigation links */
#SideNavMenu .NavLinks a:hover, #SideNavMenu .NavLinks  a:active {
    color: #666;
}
/* Drop Down link background color */
#nav li ul {
	background: #dfdfdf;
}
/* Drop Down link color */
#nav li li a {
	color: #666;
}
/* Drop Down links - hover */
#nav li li a:hover {
	background: #adadad;
	color: #fff;
}
#mainlinkdistschoolbtn {
	display: none;
	}
#mainlinkdistsitebtn {
	display: none;
	}