@charset "utf-8";

#subnav {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 880px;
}
	#subnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#subnav ul a {
			color: #fff;
			display: block;
			font: 1.2em Arial, Helvetica, sans-serif;
			height: 25px;
			line-height: 25px;
			text-decoration: none;
		}
		#subnav ul a:hover {
			background: #d02020;
		}

#subnavAboutUs,
#subnavAgeVerification,
#subnavClubManagement,
#subnavContactUs,
#subnavRiskManagement {
	background: #bf1414;
	border-bottom: 2px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;
	border-right: 2px solid #d7d7d7;
	display: none;
	text-align: center;
}
	#subnavAboutUs {
		left: 145px;
		position: relative;
		top: 0;
		width: 160px;
		z-index: 99;
	}
		#subnavRiskManagement {
		left: 266px;
		position: relative;
		top: 0;
		width: 160px;
		z-index: 99;
	}
	#subnavClubManagement {
		left: 414px;
		position: relative;
		top: 0;
		width: 160px;
		z-index: 99;
	}
	#subnavAgeVerification {
		left: 540px;
		position: relative;
		top: 0;
		width: 160px;
		z-index: 99;
	}
	#subnavContactUs {
		left: 659px;
		position: relative;
		top: 0;
		width: 130px;
		z-index: 99;
	}


