
	body, ul, li {
		margin: 0;
		padding: 0;
	}
	
	body {
		background-color: #360003;
		color: #FFF;
		margin-top: 100px;
	}
	
	#navigation {
		background: url(menu-top.gif) 0 0 repeat-x;
		height: 42px;
		overflow: hidden;
	}

	#navigation ul.top {
		margin: 0 auto;
		width: 444px;
		padding-left: 2px;
		background: url(tiny-left.gif) 0 0 no-repeat;
		height: 21px;
	}

	li.tab {
		display: block;
		float: left;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 21px; 
	}
	
	li.tab big {
		display: block;
		text-indent: -1000px;
		background: url(tiny-right.gif) 100% 0 no-repeat;
		padding-right: 1px;
	}
	
	li.tab ul {
		display: none;
	}
	
	#tab-main { background-image: url(tab-main.gif); width: 57px; }
	#tab-battle { background-image: url(tab-battle.gif); width: 73px; }
	#tab-structures { background-image: url(tab-structures.gif); width: 106px; }
	#tab-alliances { background-image: url(tab-alliances.gif); width: 97px; }
	#tab-community { background-image: url(tab-community.gif); width: 107px; }
	
	#tab-main:hover { background-position: 0 -20px; }
	#tab-battle:hover { background-position: 0 -20px; }
	#tab-structures:hover { background-position: 0 -20px; }
	#tab-alliances:hover { background-position: 0 -20px; }
	#tab-community:hover { background-position: 0 -20px; }
