/* css document */

.navigation * {
	margin:		0;
	padding:		0;
}

.navigation {
	display:		block;
	vertical-align:	bottom;
	height:			30px;
	width: 			800px;
	margin:			0;
	padding:		    0;
	background-color:	#262A5E;
}

.navigation a {
	text-decoration: 	none;
  float:			left;
	display:		    block;
	width:			160px;
	height:			30px;
  background-repeat:	no-repeat;
	background-position: 50% 50%;
}

a#abt {
	background-image: url(images/btn_about.png);
}

a#bks {
	background-image: url(images/btn_books.png);
}

a#fantEx {
	background-image: url(images/btn_explore.png);
}

a#thx {
	background-image: url(images/btn_thanks.png);
}

a#lnk {
	background-image: url(images/btn_links.png);
}

/* ------------------------------------------------------------------------------------------------*/