// menu animation

$(function() {
 $('#pimeria').mouseover(function() {
	$('#pimeria').css({backgroundColor:'#990000'});
	});
 $('#pimeria').mouseout(function() {
	$('#pimeria').css({backgroundColor:''});
	});
 $('#reader').mouseover(function() {
	$('#reader').css({backgroundColor:'#990000'});
	});
 $('#reader').mouseout(function() {
	$('#reader').css({backgroundColor:''});
	});
 
 $('#hours').mouseover(function() {
	$('#hours').css({backgroundColor:'#990000'});
	});
 $('#hours').mouseout(function() {
	$('#hours').css({backgroundColor:''});
	});
 
 $('#directions').mouseover(function() {
	$('#directions').css({backgroundColor:'#990000'});
	});
 $('#directions').mouseout(function() {
	$('#directions').css({backgroundColor:''});
	});
 
 $('#catalog').mouseover(function() {
	$('#catalog').css({backgroundColor:'#990000'});
	});
 $('#catalog').mouseout(function() {
	$('#catalog').css({backgroundColor:''});
	});
 $('#catalog1').mouseover(function() {
	$('#catalog1').css({backgroundColor:'#990000'});
	});
 $('#catalog1').mouseout(function() {
	$('#catalog1').css({backgroundColor:''});
	});
 
 $('#policies').mouseover(function() {
	$('#policies').css({backgroundColor:'#990000'});
	});
 $('#policies').mouseout(function() {
	$('#policies').css({backgroundColor:''});
	});
 
 $('#forms').mouseover(function() {
	$('#forms').css({backgroundColor:'#990000'});
	});
 $('#forms').mouseout(function() {
	$('#forms').css({backgroundColor:''});
	});
 
 $('#bios').mouseover(function() {
	$('#bios').css({backgroundColor:'#990000'});
	});
 $('#bios').mouseout(function() {
	$('#bios').css({backgroundColor:''});
	});
 
 $('#freedom').mouseover(function() {
	$('#freedom').css({backgroundColor:'#990000'});
	});
 $('#freedom').mouseout(function() {
	$('#freedom').css({backgroundColor:''});
	});
 
 $('#photo').mouseover(function() {
	$('#photo').css({backgroundColor:'#990000'});
	});
 $('#photo').mouseout(function() {
	$('#photo').css({backgroundColor:''});
	});
 
 $('#resources').mouseover(function() {
	$('#resources').css({backgroundColor:'#990000'});
	});
 $('#resources').mouseout(function() {
	$('#resources').css({backgroundColor:''});
	});
 $('#teentech').mouseover(function() {
	$('#teentech').css({backgroundColor:'#990000'});
	});
 $('#teentech').mouseout(function() {
	$('#teentech').css({backgroundColor:''});
	});
 
 $('#super').mouseover(function() {
	$('#super').css({backgroundColor:'#990000'});
	});
 $('#super').mouseout(function() {
	$('#super').css({backgroundColor:''});
	});
 
 $('#ebook').click(function() {
	$('#ebookc').slideToggle("slow");
	});
 
  $('#history').mouseover(function() {
	$('#history').css({backgroundColor:'#990000'});
	});
 $('#history').mouseout(function() {
	$('#history').css({backgroundColor:''});
	});
 
});
