/* TOP BUTTONS */
#toplink a.blog:link, a.blog:visited {
background: url(../images/topnav/blog.jpg) top no-repeat;
width: 72px;
height: 20px;
}

#toplink a:hover.blog {
background: url(../images/topnav/blog_on.jpg) top no-repeat;
}


#toplink .currentpage a.blog  {
background: url(../images/topnav/blog_on.jpg) top no-repeat;
}

#toplink a.news:link, a.news:visited {
background: url(../images/topnav/news.jpg) top no-repeat;
width: 72px;
height: 18px;
}

#toplink a:hover.news {
background: url(../images/topnav/news_on.jpg) top no-repeat;
}

#toplink .currentpage a.news  {
background: url(../images/topnav/news_on.jpg) top no-repeat;
}


#toplink a.guestbook:link, a.guestbook:visited {
background: url(../images/topnav/guestbook.jpg) top no-repeat;
width: 72px;
height: 19px;
}

#toplink a:hover.guestbook {
background: url(../images/topnav/guestbook_on.jpg) top  no-repeat;
}


#toplink .currentpage a.guestbook   {
background: url(../images/topnav/guestbook_on.jpg) top no-repeat;
}



/* NAV BUTTONS*/
	#nav a.about {
	background: url(../images/topnav/about.jpg) top no-repeat;
	width: 101px;
	height: 80px;
	}
	
	#nav a.about:hover {
	background: url(../images/topnav/about_on.jpg) top no-repeat;
	}

	
	#nav .currentpage a.about {
	background: url(../images/topnav/about_on.jpg) top no-repeat;
	}
	

	#nav a.books {
	background: url(../images/topnav/books.jpg) top no-repeat;
	width: 101px;
	height: 80px;
	}
	
	#nav a.books:hover {
	background: url(../images/topnav/books_on.jpg) top no-repeat;
	}
	
	
	#nav .currentpage a.books {
	background: url(../images/topnav/books_on.jpg) top no-repeat;
	}
	
	
	#nav a.writing {
	background: url(../images/topnav/writing.jpg) top no-repeat;
	width: 101px;
	height: 80px;
	}
	
	#nav a.writing:hover {
	background: url(../images/topnav/writing_on.jpg) top no-repeat;
	}
	
	#nav .currentpage a.writing {
	background: url(../images/topnav/writing_on.jpg) top no-repeat;
	}
	
	
	#nav a.censorship {
	background: url(../images/topnav/censorship.jpg) top no-repeat;
	width: 101px;
	height: 80px;
	}
	
	#nav a.censorship:hover {
	background: url(../images/topnav/censorship_on.jpg) top no-repeat;
	}
	
	
	#nav .currentpage a.censorship {
	background: url(../images/topnav/censorship_on.jpg) top no-repeat;
	}
	
	#nav a.kids {
	background: url(../images/topnav/kids.jpg) top no-repeat;
	width: 101px;
	height: 80px;
	}
	
	#nav a.kids:hover {
	background: url(../images/topnav/kids_on.jpg) top no-repeat;
	}
	
	#nav .currentpage a.kids {
	background: url(../images/topnav/kids_on.jpg) top no-repeat;
	}
	
	
	#nav a.reference {
	background: url(../images/topnav/reference.jpg) top no-repeat;
	width: 101px;
	height: 80px;
	}
	
	#nav a.reference:hover {
	background: url(../images/topnav/reference_on.jpg) top no-repeat;
	}

	#nav .currentpage a.reference {
	background: url(../images/topnav/reference_on.jpg) top no-repeat;
	}