@charset "utf-8";
.tableBack {
	background-attachment: scroll;
	background-image: url(the_badlands_bandits_back.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	color: #551F00;
}
.menuItem {
	background-image: url(shotgun_shell.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 40px;
	height: 54px;
}
.menuItem a:link {
	background-position: left center;
	text-indent: 40px;
	height: 54px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem a:visited {
	background-position: left center;
	text-indent: 40px;
	height: 54px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.menuItem a:hover {
	background-position: left center;
	text-indent: 40px;
	height: 54px;
	color: #A0A0A4;
	text-decoration: underline;
}
