
#topnav, #leftnav {list-style-type: none;}
#topnav {padding: 0;margin:0;}
#topnav li {
	border: 1px solid #999;
	border-width: 0 1px 1px;
	background-color: #000;
	width: 100px;
	margin: 0 12px;
	float: left;
	text-align:center;
}
#topnav li.search {width: 300px;}
#topnav li.search input {width:250px;}
#topnav li a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	display: block;	
	padding: 5px;
	width: 90px;
	font-size:0.9em;
}
#topnav li a:hover {background-color: #FFF;	color: #000;}


#footer {width: 100%; text-align:center;border-top: 1px solid #CCC;padding-top:3px;margin-top: 30px; clear:both;}
#botnav {
	width:90%;
	margin:auto !important;
	list-style-type: none;
	text-align:center;
	padding: 0;
}

#botnav li {
	width:15%;
	float: left;
	font-size: 0.7em;
}
#botnav li a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;	
	width: 80px;
}
#botnav li a:hover {color: #FFFFFF;}
/*gamehead Menu */

#gamhead {
	width: 892px;
	height: 42px;
	margin: 0 auto;
	background-image: url(../images/gamebar.jpg);
}

#gamhead h2 {
	display: none;
}

#gamhead ul {
	margin: 0;
	padding: 11px 0 0 12px;
	list-style: none;
}

#gamhead li {
	display: inline;
}

#gamhead a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 10px;
	border-right: 1px solid #2A2C2F;
	text-transform:capitalize;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#gamhead a:hover, #gamhead .active a {
	background-color: #1F1F1F;
	border-bottom: 1px solid #666666;

}
#gamfoot {
	width: 892px;
	height: 36px;
	margin: 0 auto;
	background-image: url(../images/gamefoot.jpg);
}

.linkpage { font-weight:normal; font-size:0.8em; margin-bottom:25px}
.linkpage th { text-decoration:underline}
.linkpage td{ font-size:0.9em}