@charset "utf-8";
<style type="text/css">
a, .comicLink {
	color: #217a47;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* Menu Begin */

#menu {
	width: 616px;
	height: 37px;
	overflow: hidden;
	float:left;
}

#menu-tower {
	width: 217px;
	height: 37px;
	position:absolute;
	background: url('menu.png') -4px 0 no-repeat;
	
}

#menu-home {
	width: 71px;
	height: 37px;
	display: block;
	position:absolute;
	margin: 0 0 0 217px;
	text-indent: -9999px;
	background: url('menu.png') -212px 0 no-repeat;

}

	#menu-home:hover {
		background-position: -212px -42px;
	}

#menu-help {
	width: 64px;
	height: 37px;
	display: block;
	position:absolute;
	z-index: 1000;
	margin: 0 0 0 288px;
	text-indent: -9999px;
	background: url('menu.png') -283px 0 no-repeat;
	cursor: pointer;
}

	#menu-help:hover {
		background-position: -283px -42px;
	}

#menu-players {
	width: 82px;
	height: 37px;
	display: block;
	position:absolute;
	z-index: 1000;
	margin: 0 0 0 352px;
	text-indent: -9999px;
	background: url('menu.png') -347px 0 no-repeat;
	cursor: pointer;
}

	#menu-players:hover {
		background-position: -347px -42px;
	}

#menu-alliances {
	width: 93px;
	height: 37px;
	display: block;
	position:absolute;
	z-index: 1000;
	margin: 0 0 0 434px;
	text-indent: -9999px;
	background: url('menu.png') -429px 0 no-repeat;
	cursor: pointer;
}

	#menu-alliances:hover {
		background-position: -429px -42px;
	}

#menu-info {
	width: 59px;
	height: 37px;
	display: block;
	position:absolute;
	z-index: 1000;
	margin: 0 0 0 527px;
	text-indent: -9999px;
	background: url('menu.png') -522px 0 no-repeat;
	cursor: pointer;
}

	#menu-info:hover {
		background-position: -522px -42px;
	}

#menu-play {
	width: 51px;
	height: 37px;
	display: block;
	position:absolute;
	margin: 0 0 0 586px;
	text-indent: -9999px;
	background: url('menu.png') -581px 0 no-repeat;
}

	#menu-play:hover {
		background-position: -581px -42px;
	}

#menu-forums {
	width: 71px;
	height: 37px;
	display: block;
	position:absolute;
	/* margin: 0 0 0 637px; */
	margin: 0 0 0 586px;
	text-indent: -9999px;
	background: url('menu.png') -632px 0 no-repeat;
}

	#menu-forums:hover {
		background-position: -632px -42px;
	}

#menu-spacer {
	/*width: 87px;*/
	width:53px;
	height: 37px;
	position:absolute;
	/*margin: 0 0 0 708px;*/
	margin: 0 0 0 657px;
	background: url('menu.png') -712px 0 no-repeat;
	
}

#menu-endcap {
	width: 89px;
	height: 37px;
	position:absolute;
	margin: 0 0 0 710px;
	background: url('menu.png') -714px 0 no-repeat;
	
}

.tooltip {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 190px;
	z-index: 99;
}

	.tooltip-head {
		width: 158px;
		height: 15px;
		background: url('menu.png') -808px 0 no-repeat;
	}
	
	.tooltip-foot {
		width: 158px;
		height: 15px;
		background: url('menu.png') -808px -69px no-repeat;
	}

	.tooltip-content {
		width: 158px;
		padding: 0px;
		margin: 0px;
		background: url('menu.png') -968px repeat-y;
	}
	
		.tooltip hr {
			border: 0px;
			margin: 0px 2px 0px 2px;
			padding: 0px;
			border-top: 1px solid #e3821f;
			border-bottom: 1px solid #ef8c28;
		}

		.tooltip a {
			margin: 0px;
			padding: 5px 5px 5px 10px;
			padding: 0px 5px 0px 10px !ie;
			display: block;
			font:Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 14px;
			color: #ffffff;
		}
		
			.tooltip a:hover {
				background: #b8520a;
			}

/* Menu End */
</style>

