
#navigation li.page-item-2 {
	width:120px;
	background-position: -120px top;
}
#navigation li.page-item-2:hover {
	background-position: -120px bottom;
}

#navigation li.page-item-8 {
	width:120px;
	background-position: -240px top;
}
#navigation li.page-item-8:hover {
	background-position: -240px bottom;
}

#navigation li.page-item-11 {
	width:120px;
	background-position: -360px top;
}
#navigation li.page-item-11:hover {
	background-position: -360px bottom;
}


