@charset "UTF-8";
#donatebookstore {
	height: 150px;
	width: 232px;
	position: absolute;
	left: 45px;
	top: 890px;
	z-index: 7;
}
/* CSS Document */

ul#bookstore_menu {
	height: 810px;
	width: 232px;
	position: absolute;
	left: 45px;
	top: 355px;
	z-index: 2;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/bookstore_menu.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#synchros {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 186px;
}
ul#bookstore_menu li#books {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 230px;
}
ul#bookstore_menu li#cdsdvds {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 274px;
}
ul#bookstore_menu li#kits {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 318px;
}
ul#bookstore_menu li#post {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 362px;
}
ul#bookstore_menu li#rainbowbookstore {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 406px;
}
ul#bookstore_menu li#downloads {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 450px;
}
ul#bookstore_menu li#cart {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 719px;
}
ul#bookstore_menu li#home {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 762px;
}

li#all a:hover, li#all a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -98px; }
li#specials a:hover, li#specials a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -142px; }
li#synchros a:hover, li#synchros a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -186px; }
li#books a:hover, li#books a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -230px; }
li#cdsdvds a:hover, li#cdsdvds a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -274px; }
li#kits a:hover, li#kits a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -318px; }
li#post a:hover, li#post a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -362px; }
li#rainbowbookstore a:hover, li#rainbowbookstore a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -406px; }
li#downloads a:hover, li#downloads a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -450px; }
li#cart a:hover, li#cart a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -719px; }
ul#bookstore_menu li#home a:hover, ul#bookstore_menu li#home a:active { background : url(../images/bookstore_menu.png) no-repeat -232px -762px; }

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