if (location.href.indexOf('lesson-plans') != -1) {
	document.write('<style type="text/css"><!-- #panel1 { background: transparent url("/images/menu.png") -214px 0px no-repeat;}--></style>');
} else if (location.href.indexOf('thematicunits') != -1) {
	document.write('<style type="text/css"><!-- #panel2 { background: transparent url("/images/menu.png") -214px -30px no-repeat;}--></style>');
} else if (location.href.indexOf('seasonal') != -1) {
	document.write('<style type="text/css"><!-- #panel3 { background: transparent url("/images/menu.png") -214px -60px no-repeat;}--></style>');
} else if (location.href.indexOf('bulletinboards') != -1) {
	document.write('<style type="text/css"><!-- #panel4 { background: transparent url("/images/menu.png") -214px -90px no-repeat;}--></style>');
} else if (location.href.indexOf('teaching-jobs') != -1) {
	document.write('<style type="text/css"><!-- #panel10 { background: transparent url("/images/menu.png") -214px -270px no-repeat;}--></style>');
} else if (location.href.indexOf('teacher-resources') != -1) {
	document.write('<style type="text/css"><!-- #panel5 { background: transparent url("/images/menu.png") -214px -120px no-repeat;}--></style>');
} else if (location.href.indexOf('printable-worksheets') != -1) {
	document.write('<style type="text/css"><!-- #panel6 { background: transparent url("/images/menu.png") -214px -150px no-repeat;}--></style>');
} else if (location.href.indexOf('lounge') != -1) {
	document.write('<style type="text/css"><!-- #panel7 { background: transparent url("/images/menu.png") -214px -180px no-repeat;}--></style>');
} else if (location.href.indexOf('books') != -1) {
	document.write('<style type="text/css"><!-- #panel8 { background: transparent url("/images/menu.png") -214px -210px no-repeat;}--></style>');
} else if (location.href.indexOf('awards') != -1) {
	document.write('<style type="text/css"><!-- #panel9 { background: transparent url("/images/menu.png") -214px -240px no-repeat;}--></style>');
} else if (location.href.indexOf('forums') != -1) {
	document.write('<style type="text/css"><!-- #panel11 { background: transparent url("/images/menu.png") -214px -300px no-repeat;}--></style>');
}