@charset "utf-8";
/* CSS Document */

#nav ul {
	padding-left: 80px;
	margin: 0;
}

#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}

#nav ul li a {
	padding: 40px 0 0 0;
	float: left;
	overflow: hidden;
	height: 0px;
	}
	
#nav ul li a:hover  {
	background-position: 0 -80px;
	}

#nav ul li a:active {
	background-position: 0 -80px;
	}	
	
#nav ul li a.selected {
	background-position: 0 -80px;
	}
	
#home a  {
	width: 60px;
	background: url(images/nav/home.png) no-repeat;
	}
	
#about a  {
	width: 148px;
	background: url(images/nav/about.png) no-repeat;
	}
	
#reviews a  {
	width: 121px;
	background: url(images/nav/reviews.png) no-repeat;
	}

#events a  {
	width: 69px;
	background: url(images/nav/events.png) no-repeat;
	}		
	
#coloring a  {
	width: 240px;
	background: url(images/nav/coloring.png) no-repeat;
	}
	
#contact a  {
	width: 77px;
	background: url(images/nav/contact.png) no-repeat;
	}

#buy a  {
	width: 75px;
	background: url(images/nav/buy.png) no-repeat;
	}
	

#schoolvisits a  {
	width: 112px;
	background: url(images/nav/schoolvisits.png) no-repeat;
	}
