@charset "UTF-8";
/* CSS Document */

/* simple bookstore menu */
#donatebookstore {
	height: 150px;
	width: 232px;
	position: absolute;
	left: 45px;
	top: 630px;
	z-index: 7;
}

ul#bookstore_menu {
	height: 524px;
	width: 232px;
	position: absolute;
	left: 45px;
	top: 355px;
	z-index: 2;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/bookstore_menu_s.png) no-repeat left top;
}
ul#bookstore_menu li#all {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 98px;
}
ul#bookstore_menu li#specials {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 142px;
}
ul#bookstore_menu li#downloads {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 186px;
}
ul#bookstore_menu li#cart {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 440px;
}
ul#bookstore_menu li#home {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 484px;
}

li#all a:hover, li#all a:active { background : url(../images/bookstore_menu_s.png) no-repeat -232px -98px; }
li#specials a:hover, li#specials a:active { background : url(../images/bookstore_menu_s.png) no-repeat -232px -142px; }
li#downloads a:hover, li#downloads a:active { background : url(../images/bookstore_menu_s.png) no-repeat -232px -186px; }
li#cart a:hover, li#cart a:active { background : url(../images/bookstore_menu_s.png) no-repeat -232px -440px; }
ul#bookstore_menu li#home a:hover, ul#bookstore_menu li#home a:active { background : url(../images/bookstore_menu_s.png) no-repeat -232px -484px; }

#bookstorebanner {
	background: url(../images/bookstore_banner.png);
	height: 29px;
	width: 712px;
	z-index: 3;
	top: 307px;
	position: absolute;
	left: 272px;
	text-indent: -9999px;
}
