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

#rtNav {
	width:274px;
	margin:30px 0 60px 40px;
	padding:0;
	overflow:hidden;
	}
	
*html #rtNav {
	width:274px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	}

#rtNav ul {
	width:274px;
	margin:0;
	padding:0;
	}
	
#rtNav li {
	width:274px;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
	
#rtNav li a {
	float:left;
	margin:0 0 30px 0;
	padding:76px 0 0 0;
	overflow:hidden;
	height:0px !important;
	height:/**/:76px;
	}
	
#rtNav li a:hover {
	background-position:0 -76px;
	}
	
#rtNav a:active {
	background-position:bottom left;
	}
	
#rtNav li.book a {
	width:274px;
	background: url("../img/structure/buttonBook.png") top left no-repeat;
	}

#rtNav li.book a:hover {
	width:274px;
	background: url("../img/structure/buttonBook.png") bottom left no-repeat;
	background:/**/ url("../img/structure/buttonBook.png") -25px left no-repeat;
	}

#rightCol li.read a {
	width:274px;
	background:url(../img/structure/buttonJournal.png) top left no-repeat;
	}

#rightCol li.read a:hover {
	width:274px;
	background:url(../img/structure/buttonJournal.png) bottom left no-repeat;
	background:/**/url(../img/structure/buttonJournal.png) -76px left no-repeat;
	}
	
	
	
#rightCol li.flip a {
	width:274px;
	background:url(../img/structure/buttonPhoto.png) top left no-repeat;
	}

#rightCol li.flip a:hover {
	width:274px;
	background:url(../img/structure/buttonPhoto.png) bottom left no-repeat;
	background:/**/url(../img/structure/buttonPhoto.png) -76px left no-repeat;
	}