/* --Button Properties-- */
#forums
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: 0px 0px;
	width: 142px;
	height: 43px;
	float: left;
}
#forums:hover
{
	background-position: 0px -43px;
}
#forums span
{
	display: none;
}

#hlstats
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: -142px 0px;
	width: 141px;
	height: 43px;
	float: left;
}
#hlstats:hover
{
	background-position: -142px -43px;
}
#hlstats span
{
	display: none;
}

#downloads
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: -283px 0px;
	width: 188px;
	height: 43px;
	float: left;
}
#downloads:hover
{
	background-position: -283px -43px;
}
#downloads span
{
	display: none;
}

#links
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: -471px 0px;
	width: 104px;
	height: 43px;
	float: left;
}
#links:hover
{
	background-position: -471px -43px;
}
#links span
{
	display: none;
}

#reviews
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: -575px 0px;
	width: 152px;
	height: 43px;
	float: left;
}
#reviews:hover
{
	background-position: -575px -43px;
}	
#reviews span
{
	display: none;
}

#guides
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: -727px 0px;
	width: 130px;
	height: 43px;
	float: left;
}
#guides:hover	
{
	background-position: -727px -43px;
}
#guides span
{
	display: none;
}

#steam
{
	display:block;
	background-image: url(images/buttons.png);
	background-position: -857px 0px;
	width: 124px;
	height: 43px;
	float: left;
}
#steam:hover
{
	background-position: -857px -43px;
}
#steam span
{
	display: none;
}


#paypal
{
	background-image: url(images/paypal.png);
	width: 118px;
	height: 90px;
	display: block;
	position: absolute;
	right: 40px;
	top: 13px;
}
#paypal:hover
{
	background-position: 0px -90px;
}
#paypal span
{
	display: none;
}


#adbanner
{
	position: absolute;
	left: 27px;
	top: 12px;

}

#adSense
{
	height: 250px;
	width: 300px;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
}


#logobutton
{
	
	width: 600px;
	height: 150px;
	display: block;
	position: absolute;
	left: 6px;
	top: 8px;
}
#logobutton span
{
	display: none;
}

#paypal:hover
{
	background-position: 0px -90px;
}
#paypal span
{
	display: none;
}


.tooltip
{
	position:relative;
	z-index:24;
}
.tooltip span
{
	display:none;
}
.tooltip:hover
{
	z-index:25;
}
.tooltip:hover span
{
	display:block;
	position:absolute;
	top:25px;
	left:-50px;
	border:none;;
	padding:5px;
}
.tooltip img
{
	border:0px;
}
