/* MENU STYLING */
#menu {
	width: 113px;
}
#menu img {
	display: block;
}
#menu span.hide {
	display: none;
}
a.home {
	display: block;
	width: 113px;
	height: 11px;
	background: url("../images/menu/home.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.home {
	background-position: 0 -11px;
}
a:active.home, a#active.home {
	background-position: 0 -22px;
}

a.books {
	display: block;
	width: 113px;
	height: 9px;
	background: url("../images/menu/books.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.books, a#active.books {
	background-position: 0 -9px;
}
a:active.books {
	background-position: 0 -18px;
}

a.religion {
	display: block;
	width: 113px;
	height: 11px;
	background: url("../images/menu/religion.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.religion {
	background-position: 0 -11px;
}
a:active.religion, a#active.religion, a#active2.religion {
	background-position: 0 -22px;
}

a.literature {
	display: block;
	width: 113px;
	height: 8px;
	background: url("../images/menu/literature.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.literature {
	background-position: 0 -8px;
}
a:active.literature, a#active.literature, a#active2.literature {
	background-position: 0 -16px;
}

a.logos {
	display: block;
	width: 113px;
	height: 12px;
	background: url("../images/menu/logos.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.logos {
	background-position: 0 -12px;
}
a:active.logos, a#active.logos {
	background-position: 0 -24px;
}

a.packaging {
	display: block;
	width: 113px;
	height: 12px;
	background: url("../images/menu/packaging.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.packaging {
	background-position: 0 -12px;
}
a:active.packaging, a#active.packaging {
	background-position: 0 -24px;
}

a.bio {
	display: block;
	width: 113px;
	height: 9px;
	background: url("../images/menu/bio.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.bio {
	background-position: 0 -9px;
}
a:active.bio, a#active.bio {
	background-position: 0 -18px;
}

a.email {
	display: block;
	width: 113px;
	height: 11px;
	background: url("../images/menu/email.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.email {
	background-position: 0 -11px;
}
a:active.email, a#active.email {
	background-position: 0 -22px;
}
