a.nav1{
	display:block; 
	width: 185px;
	height: 26px;
	background: url("images/menu-thebooks.jpg") 0 0 no-repeat;
}

a.nav1:hover { 
	background-position: -185px 0;
}

a.nav2{
	display:block; 
	width: 185px;
	height: 26px;
	background: url("images/menu-theartwork.jpg") 0 0 no-repeat;
}

a.nav2:hover { 
	background-position: -185px 0;
}

a.nav3{
	display:block; 
	width: 185px;
	height: 26px;
	background: url("images/menu-aboutjoann.jpg") 0 0 no-repeat;
}

a.nav3:hover { 
	background-position: -185px 0;
}

a.nav4{
	display:block; 
	width: 185px;
	height: 26px;
	background: url("images/menu-contact.jpg") 0 0 no-repeat;
}

a.nav4:hover { 
	background-position: -185px 0;
}


a.nav5{
	display:block; 
	width: 200px;
	height: 26px;
	background: url("images/contentmenu-home.jpg") 0 0 no-repeat;
}

a.nav5:hover { 
	background-position: -200px 0;
}

a.nav6{
	display:block; 
	width: 200px;
	height: 26px;
	background: url("images/contentmenu-books.jpg") 0 0 no-repeat;
}

a.nav6:hover { 
	background-position: -200px 0;
}

a.nav7{
	display:block; 
	width: 200px;
	height: 26px;
	background: url("images/contentmenu-artwork.jpg") 0 0 no-repeat;
}

a.nav7:hover { 
	background-position: -200px 0;
}

a.nav8{
	display:block; 
	width: 200px;
	height: 26px;
	background: url("images/contentmenu-about.jpg") 0 0 no-repeat;
}

a.nav8:hover { 
	background-position: -200px 0;
}

a.nav9{
	display:block; 
	width: 200px;
	height: 26px;
	background: url("images/contentmenu-contact.jpg") 0 0 no-repeat;
}

a.nav9:hover { 
	background-position: -200px 0;
}


