#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 724px;
	height: 210px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
}

#bground_home {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 724px;
	height: 210px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
}


#bground_home  .books1 {
	display: block;
	position: absolute;
	left: 220px;
	top: 96px;
}

#bground_home  .authors1 {
	display: block;
	position: absolute;
	left: 384px;
	top: 91px;
}


#bground_home  .activities1 {
	display: block;
	position: absolute;
	left: 551px;
	top: 90px;
}



#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .books {
	width: 149px;
	height: 62px;
	background: url(images/CC_menu_09.jpg) no-repeat;
	left: 221px;
	top: 97px;
}
#menu .books span {
	width: 149px;
	height: 62px;
	background: url(images/CC_menu2_09.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .author {
	width: 166px;
	height: 73px;
	background: url(images/CC_menu_06.jpg) no-repeat;
	left: 382px;
	top: 92px;
}
#menu .author span {
	width: 166px;
	height: 73px;
	background: url(images/CC_menu2_06.jpg) no-repeat;
    left: 0px;
	top: 0px;
}
#menu .activities {
	width: 167px;
	height: 78px;
	background: url(images/CC_menu_03.jpg) no-repeat;
	left: 550px;
	top: 91px;
}
#menu .activities span {
	width: 167px;
	height: 78px;
	background: url(images/CC_menu2_03.jpg) no-repeat;
    left: 0px;
	top: 0px;
}

/*MENU GAME*/


#menu_game {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 920px;
	height: 231px;
	background: url(images/game_header.jpg) no-repeat;
	position: relative;
}
#menu_game span {
	display: none;
	position: absolute;
}
#menu_game a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu_game a:hover {
	background-position: left bottom;
}
#menu_game a:hover span{
	display: block;
}
#menu_game .books  {
	width: 139px;
	height: 69px;
	background: url(images/rollover_games_06.jpg) no-repeat;
	left: 463px;
	top: 65px;
}
#menu_game .books span {
	width: 138px;
	height: 69px;
	background: url(images/rollover_games2_06.jpg) no-repeat;
	left: 0px;
	top: 0px;
	
}
#menu_game .author {
	width: 150px;
	height: 72px;
	background: url(images/rollover_games_08.jpg) no-repeat;
	left: 613px;
	top: 66px;
}
#menu_game .author span {
	width: 150px;
	height: 72px;
	background: url(images/rollover_games2_08.jpg) no-repeat;
    left: 0px;
	top: 0px;
}
#menu_game .activities {
	width: 148px;
	height: 82px;
	background: url(images/rollover_games_03.jpg) no-repeat;
	left: 764px;
	top: 66px;
}
#menu_game .activities span {
	width: 148px;
	height: 82px;
	background: url(images/rollover_games2_03.jpg) no-repeat;
    left: 0px;
	top: 0px;
}




/*SECONDARY ROLLOVER BUTTONS*/

a.rollover {
	display: block;
	width: 146px;
	height: 33px;
	text-decoration: none;
	background: url("images/readanexcerpt.jpg");
	}

a.rollover:hover {
	background-position: -146px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
	
a.rollover2 {
	display: block;
	
	text-decoration: none;
	width:141px;
	height:28px;
	background: url("img/btn_getbook.jpg") no-repeat;
	}

a.rollover2:hover {
	
	}

a.rollover3 {
	display: block;
	width: 94px;
	height: 37px;
	text-decoration: none;
	background: url("images/playnow.jpg");
	}

a.rollover3:hover {
	background-position: -94px 0;
	}
	
	
/******MAIN MENU NAV************************/
	a.rollover4 {
	display: block;
	width: 150px;
	height: 66px;
	text-decoration: none;
	background: url("images/mainmenu/books1.jpg");

	}

a.rollover4:hover {
	background-position: -150px 0;
	}
	
		a.rollover5 {
	display: block;
	width: 165px;
	height: 80px;
	text-decoration: none;
	background: url("images/mainmenu/authors1.jpg");

	}

a.rollover5:hover {
	background-position: -165px 0;
	}
	
	
		a.rollover6 {
	display: block;
	width: 161px;
	height: 91px;
	text-decoration: none;
	background: url("images/mainmenu/activities1.jpg");

	}

a.rollover6:hover {
	background-position: -161px 0;
	}
	
	
	
	
	
	
	
#bground_home .books {	
	
	left: 221px;
	top: 97px;


