@charset "utf-8";
/* CSS Document */

/******** Navigation Styles *********************************************************/

/********** Top Nav styles are in SpryMenuBarHorizontal.css **********/

/********** Left Nav **********/

#leftnav ul {
	list-style-type: none;
	width: 140px;
	margin: 0px;
	padding: 0px
}

#leftnav ul li {
	height: 40px;
	width: 150px;
	border-bottom: 1px solid black;
	
}

/*#home #leftnav .home, #about #leftnav .about, #calendar #leftnav .calendar, #partners #leftnav .partners, #newsletter #leftnav .newsletter, #wa #leftnav .wa, #contact #leftnav .contact  {
	color: #008800;
	text-decoration: none;
}*/


#leftnav a, #leftnav a:visited {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 38px;
	background-image: url(../images/l-r2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 25px;
}



#leftnav ul li a:hover{
	background-position: right top;
	color: #008800;
}

.active, #leftnav a.highlight, .highlight {
	color: #008800;
	text-decoration: none;
}

/********** Footer Nav **********/

#home #footer .home, #about #footer .about, #calendar #footer .calendar, #partners #footer .partners, #newsletter #footer .newsletter, #wa #footer .wa, #contact #footer .contact, #students #footer .students, #parents #footer .parents, #educators #footer .educators, #community #footer .community   {
	color: #008800;
	text-decoration: none;
}

#footer a:link, #footer a:visited   {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #1737ef;
	text-decoration: underline;
}


