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

#nav ul {
	padding: 0;
	margin: 0;
}

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

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

#nav ul li a:active {
	background-position: 0 -79px;
	}	
	
#nav ul li a.selected {
	background-position: 0 -79px;
	}
	
#home a  {
	width: 91px;
	background: url(images/nav/home.jpg) no-repeat;
	}
	
#aboutauthor a  {
	width: 237px;
	background: url(images/nav/aboutauthor.jpg) no-repeat;
	}
	
#faq a  {
	width: 70px;
	background: url(images/nav/faq.jpg) no-repeat;
	}

#medals a  {
	width: 241px;
	background: url(images/nav/medals.jpg) no-repeat;
	}		
	
#buythebook a {
	width: 186px;
	background: url(images/nav/buythebook.jpg) no-repeat;
	}
	
#contact a  {
	width: 124px;
	background: url(images/nav/contact.jpg) no-repeat;
	}


