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

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

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

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

#nav ul li a:active {
	background-position: 0 -65px;
	}	
	
#nav ul li a.selected {
	background-position: 0 -130px;
	}
	
#home a  {
	width: 65px;
	background: url(images/button_home.png) no-repeat;
	}
	
#about a  {
	width: 100px;
	background: url(images/button_about.png) no-repeat;
	}
	
#reviews a  {
	width: 125px;
	background: url(images/button_bookreviews.png) no-repeat;
	}

#events a  {
	width: 78px;
	background: url(images/button_events.png) no-repeat;
	}	
	
#pictures a  {
	width: 143px;
	background: url(images/button_pictures.png) no-repeat;
	}	
	
#coloring a  {
	width: 140px;
	background: url(images/button_coloring.png) no-repeat;
	}
	
#links a  {
	width: 66px;
	background: url(images/button_links.png) no-repeat;
	}
	
#contact a  {
	width: 88px;
	background: url(images/button_contact.png) no-repeat;
	}

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



