#header {
	background: url(/images/bg-header.gif) left top no-repeat;
	height: 107px;
	position: relative;
	z-index: 1px;
}
	#header h1 {
		background: url(/images/logo.gif) left top no-repeat;
		height: 36px;
		width: 518px;
	}
		#header h1 a:link,
		#header h1 a:visited {
			display: block;
			height: 36px;
			width: 518px;
		}
		#header h1 span {
			display: none;
		}
	#nav {
		left: -3px;
		margin: 34px 0px 0px 0px;
		position: absolute;
		top: 19px;
		z-index: 2;
	}	
		#nav ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			xbackground: url(/images/bg-top-nav.gif) left top no-repeat;
			height: 39px;
		}
		#nav ul.Gentlemen {
			background-position: left center;
		}
		
		#menuFreeRace {
			position : relative;	
		}
		
		#nav ul.Adrenaline {
			background-position: left bottom;
		}
			#nav ul li {
				display: inline;
				float: left;
				font-family: "Trebuchet MS";
				font-size: 1.5em;
				font-weight: bolder;
				text-transform: uppercase;
			}
				#nav ul li a:link,
				#nav ul li a:visited {
					background: url(/images/bg-top-nav.gif) left top no-repeat;
					color: #000;
					float: left;
					height: 39px;
					padding: 0px 0px 0px 7px;
					line-height: 39px;
				}
				#nav ul li a.Item1:link,
				#nav ul li a.Item1:visited { 
					width: 110px;
				}
				#nav ul li a.Item2:link,
				#nav ul li a.Item2:visited {
					background-position: -116px top;
					width: 194px;
				}
				#nav ul li a.Item3:link,
				#nav ul li a.Item3:visited {
					background-position: -316px top;
					width: 200px;
				}
				#nav ul li a.Item4:link,
				#nav ul li a.Item4:visited {
				background-position: -516px top;
				width: 200px;
				}
				#nav ul li a.lienFreeRace:link,
				#nav ul li a.lienFreeRace:visited {
					background-position: -696px top;
					width: 95px;
					position : relative;
				}
				#nav ul li a.lienGtAcademy:link,
				#nav ul li a.lienGtAcademy:visited {
					background: url(/images/btn-gta.gif) left top no-repeat;
					background-position: 0px -32px;
					height: 32px;
					width: 112px;
				}
				#nav ul li.Active a.Item1:link,
				#nav ul li.Active a.Item1:visited,
				#nav ul li a.Item1:hover {
					background-position: left -40px;
				}
				#nav ul li.Active a.Item2:link,
				#nav ul li.Active a.Item2:visited,
				#nav ul li a.Item2:hover {
					background-position: -113px -80px;
					position: relative;
					left: -3px;
				}
				#nav ul li.Active a.Item3:link,
				#nav ul li.Active a.Item3:visited,
				#nav ul li a.Item3:hover {
					background-position: -310px -120px;
					position: relative;
					left: -6px;
				}
				#nav ul li.Active a.Item4:link,
				#nav ul li.Active a.Item4:visited,
				#nav ul li a.Item4:hover {
					background-position: -516px -42px;
					width: 200px;
				}
				#nav ul li.Active a.lienFreeRace:link,
				#nav ul li.Active a.lienFreeRace:visited,
				#nav ul li a.lienFreeRace:hover {
					background-position: -696px -42px;
					width: 95px;
					position : relative;
				}
				#nav ul li span {
					display: none;
				}
				#nav ul li a.lienGtAcademy:hover {
					background: url(/images/btn-gta.gif) left top no-repeat;
					background-position: 0px 0px;
					width: 112px;
				}
				#nav ul li span {
					display: none;
				}
	.LoginBox {		
		padding: 0px 0px 0px 0px;
		position: absolute;
		right: 0px;
		top: 22px;
		text-align: right;
		z-index: 2;
		width: 50%;
	}
		.LoginBox a.LinkStyle:link,
		.LoginBox a.LinkStyle:visited {
			background: #000;
			border: 2px solid #fff;
			color: #fff;
			float: right;
			font-family: "Trebuchet MS";
			font-size: 1.1em;
			font-weight: bolder;
			padding: 3px 7px 2px;
			text-transform: uppercase;
		}
		.LoginBox a.LinkStyle:hover {
			background: #fff;
			color: #000;
		}
		.LoginBox p {
			clear: both;
			color: #646464;
			font-size: 1em;
			padding: 3px 10px 0px 0px;
		}
			.LoginBox p a:link,
			.LoginBox p a:visited {
				color: #646464;
				text-decoration: underline;
			}
			.LoginBox p a:hover {
				text-decoration: none;
			}
