a.home1 {
	background:url(http://givingvoiceto.us/imgs/navbar/home.gif) no-repeat;
	height:63px;
	width: 109px;
	clear: left;
	float: left;
}

a.stories1 {
	background:url(http://givingvoiceto.us/imgs/navbar/stories.gif) no-repeat;
	height: 63px;
	width:  134px;
	float: left;
}

a.about1 {
	background:url(http://givingvoiceto.us/imgs/navbar/about.gif) no-repeat;
	height: 63px;
	width:  137px;
	float: left;
}

a.profiles1 {
	background:url(http://givingvoiceto.us/imgs/navbar/profiles.gif) no-repeat;
	height: 63px;
	width:  187px;
	float: left;
}

a.contributors1 {
	background:url(http://givingvoiceto.us/imgs/navbar/contributors.gif) no-repeat;
	height:63px;
	width: 211px;
	float: left;
	clear: right;
}

a.home1:hover, a.stories1:hover, a.profiles1:hover, a.about1:hover, a.contributors1:hover, a.home1:focus, a.profiles1:focus, a.stories1:focus, a.about1:focus, a.contributors1:focus {
	background-position:0px -63px;		
}

a.home1:active, a.stories1:active, a.about1:active, a.profiles1:active, a.contributors1:active {
	background-position:0px -126px;
}
	
	
/* prev, next, prevPage and nextPage buttons */
a.home1, a.stories1, a.about1, a.profiles1, a.contributors1 {
	/* display:block; */
	margin: 0px 0px;
	display:  inline;
	cursor:pointer;
	position: relative;
}	