/************************************/
/*Create columns and footers*/
/************************************/
#mainNav {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 50px;
}
/********************************/
/*Keep this--includes hack*/
/********************************/
ul#nav a {
	display: block;
	width: 140px;
	height: 24px;
	padding: 0;
	padding-left: 0px;
}
ul#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#000099;
	font-variant: small-caps;
}
li#nav {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
/*Hack for IE helps to remove space between list items*/
* html ul#nav a {
	height: 1px;
}
/***********************/
/*MAIN NAV STYLES*/
/***********************/
li#home a {
	background-image: url(../navImages/homeBut.png);
	background-repeat: no-repeat;
	background-position: left top;
}
li#home a:hover {
	background-image: url(../navImages/homeBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#homeCurrent a {
	background-image: url(../navImages/homeBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#services a {
		background-image: url(../navImages/servicesBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#services a:hover {
	background-image: url(../navImages/servicesBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#servicesCurrent a {
	background-image: url(../navImages/servicesBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#rates a {
		background-image: url(../navImages/ratesBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#rates a:hover {
	background-image: url(../navImages/ratesBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#ratesCurrent a {
	background-image: url(../navImages/ratesBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#location a {
		background-image: url(../navImages/locationBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#location a:hover {
	background-image: url(../navImages/locationBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#locationCurrent a {
	background-image: url(../navImages/locationBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#gaming a {
		background-image: url(../navImages/gamingBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#gaming a:hover {
	background-image: url(../navImages/gamingBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#gamingCurrent a {
	background-image: url(../navImages/gamingBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#events a {
		background-image: url(../navImages/eventsBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#events a:hover {
	background-image: url(../navImages/eventsBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#eventsCurrent a {
	background-image: url(../navImages/eventsBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}

li#shop a {
		background-image: url(../navImages/shopBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#shop a:hover {
	background-image: url(../navImages/shopBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#shopCurrent a {
	background-image: url(../navImages/shopBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#contact a {
		background-image: url(../navImages/contactBut.png);
		background-repeat: no-repeat;
		background-position: left top;
}
li#contact a:hover {
	background-image: url(../navImages/contactBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
li#contactCurrent a:hover {
	background-image: url(../navImages/contactBut.png);
	background-repeat: no-repeat;
	background-position: right top;
}
