body {
		font-size:11px;
		font-family:arial, sans-serif;
		color:#000000;
	}
	div#topmenu {
   text-align: left;
   margin: 0 auto;
   margin-top: 0px;
   width: 980;
   border: 0px;
   position: absolute; 
   top: 0px;
   z-index: 30;
}
	#menubar {
	position: absolute; 
	margin-left:159px;
	margin-top:95px;
		width:720px;
		float: left;
		height:28px;
	}
ul#menubar {
   margin: 0px;
   padding: 0px;
   border: 0px;
   height: 28px;
}

ul#menubar li {
   list-style: none;
   display: inline;
   vertical-align:top;
   background-repeat:repeat-x;
}

ul#menubar a {
   float: left;
   line-height: 28px;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   text-transform: uppercase;
   border: 0;
   color: #333333;
   background-repeat:repeat-x;
   font-family: Verdana;
   font-size: 10px;
}

	.menu .home {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#e79e00;
	}
	.menu .home a:hover {
  		background-color: #e6c47c;
	}
	
	.menu .community {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#6ea8c3;
	}
	.menu .community a:hover {
  		background-color: #a7bbc4;
	}

	.menu .games {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#dfc8a3;
	}
	.menu .games a:hover {
  		background-color: #e3d9c9;
	}
	
	.menu .inside {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#58b15b;
	}
	.menu .inside a:hover {
  		background-color: #7bb27c;
	}
	
	.menu .server {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#dd4747;
	}
	.menu .server a:hover {
  		background-color: #df6c6c;
	}
	
	.menu .credits {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#4c79dd;
	}
	.menu .credits a:hover {
  		background-color: #6a8edc;
	}
	
	.menu .forum {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#eed608;
	}
	.menu .forum a:hover {
  		background-color: #ecdf72;
	}
	
	.menu .turniere {
		border-right:1px solid #999999;
		border-left:1px solid #999999;
		background-color:#b85c09;
	}
	.menu .turniere a:hover {
  		background-color: #b77941;
	}
	
	.menu a {
		color:#000000;
		display:block;
		padding:2px 2px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu a:hover {
		background-color:#AD5800;
		
	}
