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

ul#timeshipearth_menu {
	height: 395px;
	width: 232px;
	position: absolute;
	left: 45px;
	top: 366px;
	z-index: 2;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/timeship_menu.png) no-repeat left top;
}
ul#timeshipearth_menu li#intro {
	height: 44px;
	width: 232px;
}
ul#timeshipearth_menu li#dreamspell {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 44px;
}
ul#timeshipearth_menu li#origins {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 88px;
}
ul#timeshipearth_menu li#bookofkin {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 132px;
}
ul#timeshipearth_menu li#arcturus {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 176px;
}
ul#timeshipearth_menu li#telektonon {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 220px;
}
ul#timeshipearth_menu li#rainbowbridge {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 264px;
}
ul#timeshipearth_menu li#articles {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 308px;
}
ul#timeshipearth_menu li#home {
	height: 44px;
	width: 232px;
	position: absolute;
	top: 352px;
}

li#intro a:hover, li#intro a:active { background : url(../images/timeship_menu.png) no-repeat -232px 0px; }
li#dreamspell a:hover, li#dreamspell a:active { background : url(../images/timeship_menu.png) no-repeat -232px -44px; }
li#origins a:hover, li#origins a:active { background : url(../images/timeship_menu.png) no-repeat -232px -88px; }
li#bookofkin a:hover, li#bookofkin a:active { background : url(../images/timeship_menu.png) no-repeat -232px -132px; }
li#arcturus a:hover, li#arcturus a:active { background : url(../images/timeship_menu.png) no-repeat -232px -176px; }
li#telektonon a:hover, li#telektonon a:active { background : url(../images/timeship_menu.png) no-repeat -232px -220px; }
li#rainbowbridge a:hover, li#rainbowbridge a:active { background : url(../images/timeship_menu.png) no-repeat -232px -264px; }
li#articles a:hover, li#articles a:active { background : url(../images/timeship_menu.png) no-repeat -232px -308px; }
ul#timeshipearth_menu li#home a:hover, ul#timeshipearth_menu li#home a:active { background : url(../images/timeship_menu.png) no-repeat -232px -352px; }

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

