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

ul#cosmichistory_menu {
	height: 259px;
	width: 232px;
	position: absolute;
	left: 45px;
	top: 366px;
	z-index: 2;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/cosmichistory_menu.png) no-repeat left top;
}
ul#cosmichistory_menu li#intro {
	height: 44px;
	width: 232px;
}
ul#cosmichistory_menu li#chronicles {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 44px;
}
ul#cosmichistory_menu li#glossary {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 88px;
}
ul#cosmichistory_menu li#playlist {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 132px;
}
ul#cosmichistory_menu li#explore {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 176px;
}
ul#cosmichistory_menu li#home {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 220px;
}

li#intro a:hover, li#intro a:active { background : url(../images/cosmichistory_menu.png) no-repeat -232px 0px; }
li#chronicles a:hover, li#chronicles a:active { background : url(../images/cosmichistory_menu.png) no-repeat -232px -44px; }
li#glossary a:hover, li#glossary a:active { background : url(../images/cosmichistory_menu.png) no-repeat -232px -88px; }
li#playlist a:hover, li#playlist a:active { background : url(../images/cosmichistory_menu.png) no-repeat -232px -132px; }
li#explore a:hover, li#explore a:active { background : url(../images/cosmichistory_menu.png) no-repeat -232px -176px; }
ul#cosmichistory_menu li#home a:hover, ul#cosmichistory_menu li#home a:active { background : url(../images/cosmichistory_menu.png) no-repeat -232px -220px; }

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

