/* LEFT SIDE MENU */

#left-menu{
	float:left;
	width:116px;
	height:300px;
	margin-top:75px;
	margin-left:70px;
	}

#left-menu ul{
	margin:0;
	list-style:none;
	}

#left-menu ul li{
	margin:0;
	margin-left:-40px;
	padding:0;
	}

#left-menu ul li img{
	border:0;
	text-decoration:none;
	}

#left-menu ul li.home{
	width:114px;
	height:59px;
	}
#left-menu ul li.home img{
	width:114px;
	height:59px;
	background-image:url(/images/interface/navigation/home.gif);
	}
#left-menu ul li.home img:hover{
	background-image:url(/images/interface/navigation/home-over.gif);
	}

#left-menu ul li.about{
	width:112px;
	height:42px;
	}
#left-menu ul li.about img{
	background-image:url(/images/interface/navigation/about-us.gif);
	width:112px;
	height:42px;
	}
#left-menu ul li.about img:hover{
	background-image:url(/images/interface/navigation/about-us-over.gif);

	}

#left-menu ul li.schools{
	width:115px;
	height:56px;
	}
#left-menu ul li.schools img{
	background-image:url(/images/interface/navigation/schools.gif);
	width:115px;
	height:56px;
	}
#left-menu ul li.schools img:hover{
	background-image:url(/images/interface/navigation/schools-over.gif);
	}


#left-menu ul li.libraries{
	width:114px;
	height:50px;
	}
#left-menu ul li.libraries img{
	background-image:url(/images/interface/navigation/libraries.gif);
	width:114px;
	height:50px;
	}
#left-menu ul li.libraries img:hover{
	background-image:url(/images/interface/navigation/libraries-over.gif);
	}


#left-menu ul li.sports{
	width:116px;
	height:45px;
	}
#left-menu ul li.sports img{
	background-image:url(/images/interface/navigation/sport.gif);
	width:116px;
	height:45px;
	}
#left-menu ul li.sports img:hover{
	background-image:url(/images/interface/navigation/sport-over.gif);
	}


#left-menu ul li.volunteer{
	width:114px;
	height:59px;
	}
#left-menu ul li.volunteer img{
	background-image:url(/images/interface/navigation/volunteer.gif);
	width:114px;
	height:59px;
	}
#left-menu ul li.volunteer img:hover{
	background-image:url(/images/interface/navigation/volunteer-over.gif);
	}

#left-menu ul li.donate{
	width:111px;
	height:47px;
	}
#left-menu ul li.donate img{
	background-image:url(/images/interface/navigation/donate.gif);
	width:111px;
	height:47px;
	}
#left-menu ul li.donate img:hover{
	background-image:url(/images/interface/navigation/donate-over.gif);
	}


/* RIGHT SIDE MENU */

#right-menu{
	float:right;
	width:133px;
	height:300px;
	margin-top:120px;
	margin-right:80px;
	}


#right-menu ul{
	margin:0;
	list-style:none;
	}

#right-menu ul li{
	margin:0;
	margin-left:-40px;
	padding:0;
	}

#right-menu ul li img{
	border:0;
	text-decoration:none;
	}



#right-menu ul li.contact-us{
	width:134px;
	height:53px;
	}
#right-menu ul li.contact-us img{
	width:134px;
	height:53px;
	background-image:url(/images/interface/navigation/contact-us.gif);
	}
#right-menu ul li.contact-us img:hover{
	background-image:url(/images/interface/navigation/contact-us-over.gif);
	}






#right-menu ul li.community{
	width:134px;
	height:61px;
	}
#right-menu ul li.community img{
	width:134px;
	height:61px;
	background-image:url(/images/interface/navigation/community.gif);
	}
#right-menu ul li.community img:hover{
	background-image:url(/images/interface/navigation/community-over.gif);
	}

#right-menu ul li.sucess-stories{
	width:133px;
	height:75px;
	}
#right-menu ul li.sucess-stories img{
	width:133px;
	height:75px;
	background-image:url(/images/interface/navigation/sucess-stories.gif);
	}
#right-menu ul li.sucess-stories img:hover{
	background-image:url(/images/interface/navigation/sucess-stories-over.gif);
	}

#right-menu ul li.testimonials{
	width:133px;
	height:58px;
	}
#right-menu ul li.testimonials img{
	width:133px;
	height:58px;
	background-image:url(/images/interface/navigation/testimonials.gif);
	}
#right-menu ul li.testimonials img:hover{
	background-image:url(/images/interface/navigation/testimonials-over.gif);
	}
