/* Css design by SodiumHalogen.com *** */

/* ----------nav-------------- */
#nav {
	width: 578px;
	height: 19px;
	}

#nav li{
	display: inline;
	}	
#nav a {
	color: #d27005;
	text-decoration: none;
	border: none;
	}

#nav span { 
	display: none; 
	}
#nav a:hover {
	background-position: 0 -19px;
	}
#nav ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
#nav ul li { 
	float: left; 
	display: inline; 
	margin: 0; 
	}
	

/* ----------individiual nav buttons-------------- */

#home a {
	width: 57px;
	height: 19px;
	display: block;
	background: url(../images/b_home.gif) left top no-repeat;
	}
#about a {
	width: 140px;
	height: 19px;
	display: block;
	background: url(../images/b_about.gif) left top no-repeat;
	}
#resources a {
	width: 97px;
	height: 19px;
	display: block;
	background: url(../images/b_resources.gif) left top no-repeat;
	}
#accolades a {
	width: 93px;
	height: 19px;
	display: block;
	background: url(../images/b_accolades.gif) left top no-repeat;
	}
#buy a {
	width: 120px;
	height: 19px;
	display: block;
	background: url(../images/b_buy_the_book.gif) left top no-repeat;
	}
#contact a {
	width: 71px;
	height: 19px;
	display: block;
	background: url(../images/b_contact.gif) left top no-repeat;
	}

