
/* DEFAULT STATES
------------------------------------------------------------ */

	#nav_home
	{
		width:				51px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/home.jpg) no-repeat;
	}
		
	#nav_listen
	{
		width:				61px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/listen.jpg) no-repeat;
	}
	
	#nav_photos
	{
		width:				62px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/photos.jpg) no-repeat;
	}
	
	#nav_tools
	{
		width:				92px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/tools.jpg) no-repeat;
	}
	
	#nav_comments
	{
		width:				76px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/comments.jpg) no-repeat;
	}
	
	#nav_links
	{
		width:				52px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/links.jpg) no-repeat;
	}
	
	#nav_contact
	{
		width:				69px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/contact.jpg) no-repeat;
	}

/* ------------------------------------------------------------ */






/* OVER STATES
------------------------------------------------------------ */

	#nav_home:hover
	{
		background:			url(../images/navigation/home_over.jpg) no-repeat;
	}
		
	#nav_listen:hover
	{
		background:			url(../images/navigation/listen_over.jpg) no-repeat;
	}
	
	#nav_photos:hover
	{
		background:			url(../images/navigation/photos_over.jpg) no-repeat;
	}
	
	#nav_tools:hover
	{
		background:			url(../images/navigation/tools_over.jpg) no-repeat;
	}
	
	#nav_comments:hover
	{
		background:			url(../images/navigation/comments_over.jpg) no-repeat;
	}
	
	#nav_links:hover
	{
		background:			url(../images/navigation/links_over.jpg) no-repeat;
	}
	
	#nav_contact:hover
	{
		background:			url(../images/navigation/contact_over.jpg) no-repeat;
	}

/* ------------------------------------------------------------ */






/* CURRENT STATES
------------------------------------------------------------ */

	#nav_home_cur
	{
		width:				51px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/home_cur.jpg) no-repeat;
	}
		
	#nav_listen_cur
	{
		width:				61px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/listen_cur.jpg) no-repeat;
	}
	
	#nav_photos_cur
	{
		width:				62px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/photos_cur.jpg) no-repeat;
	}
	
	#nav_tools_cur
	{
		width:				92px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/tools_cur.jpg) no-repeat;
	}
	
	#nav_comments_cur
	{
		width:				76px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/comments_cur.jpg) no-repeat;
	}
	
	#nav_links_cur
	{
		width:				52px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/links_cur.jpg) no-repeat;
	}
	
	#nav_contact_cur
	{
		width:				69px;
		height:				61px;
		text-indent:		-5000px;
		overflow:			hidden;
		display:			block;
		background:			url(../images/navigation/contact_cur.jpg) no-repeat;
	}

/* ------------------------------------------------------------ */