/*--------------------------------------------------*/
/* Menu							                   */

#menu {
	position: relative;
	width: 318px;
	padding: 233px 0 0 0;
	float: left;
}

#menuItems {
	padding: 30px 0 0 68px;
}

#menu a {
	display: block;
	position: relative;
}

#menu #iron883, #menu #crossBones, #menu #nightster, #menu #streetBob, #menu #fatBob, #menu #nightTrain, #menu #rawFootage,
#menu #news, #menu #downloads {
	margin-bottom: 7px;
	cursor: pointer;
}


/*--------------------------------------------------*/
/* English			     		                   */	

	#menu #iron883 {
		margin-left: 25px;
		background: url('../../img/menu/iron883.gif') no-repeat 0 0;
	}
	
	#menu #iron883 a {
		width: 122px;
		height: 21px;
		background: url('../../img/menu/iron883_down.gif') no-repeat 0 0;
	}
	
	#menu #iron883 a:hover {
		background: url('../../img/menu/iron883.gif') no-repeat 0 0;
	}
	
	#menu #iron883,
	#menu #iron883 a.selected {
		background: url('../../img/menu/iron883.gif') no-repeat 0 0;
	}
	
	#menu #nightster {
		margin-left: 16px;
		background: url('../../img/menu/nightster.gif') no-repeat 0 0;
	}

	#menu #nightster a {
		width: 139px;
		height: 22px;
		background: url('../../img/menu/nightster_down.gif') no-repeat 0 0;
	}
	
	#menu #nightster a:hover {
		background: url('../../img/menu/nightster.gif') no-repeat 0 0;
	}
	
	
	#menu #nightster a.selected {
		width: 139px;
		height: 22px;
		background: url('../../img/menu/nightster.gif') no-repeat 0 0;
	}
	
	#menu #fatBob {
		margin-left: 15px;
		background: url('../../img/menu/fatBob.gif') no-repeat 0 0;
	}
	
	
	#menu #fatBob a {
		width: 148px;
		height: 25px;
		background: url('../../img/menu/fatBob_down.gif') no-repeat 0 0;
	}
	

	#menu #fatBob a:hover {
		background: url('../../img/menu/fatBob.gif') no-repeat 0 0;
	}
	
	#menu #fatBob,
	#menu #fatBob a.selected {
		width: 148px;
		height: 25px;
		background: url('../../img/menu/fatBob.gif') no-repeat 0 0;
	}
	
	#menu #streetBob {
		margin-left: 10px;
		width: 171px;
		height: 24px;
		background: url('../../img/menu/streetBob.gif') no-repeat 0 0;
	}
	
	#menu #streetBob a {
		width: 171px;
		height: 24px;
		background: url('../../img/menu/streetBob_down.gif') no-repeat 0 0;
		
	}

	#menu #streetBob a:hover {
		background: url('../../img/menu/streetBob.gif') no-repeat 0 0;
	}
	
	#menu #streetBob,
	#menu #streetBob a.selected {
		width: 171px;
		height: 24px;
		background: url('../../img/menu/streetBob.gif') no-repeat 0 0;
	}
	
	#menu #nightTrain {
		margin-left: 0px;
		width: 186px;
		height: 29px;
		background: url('../../img/menu/nightTrain.gif') no-repeat 0 0;
	}
	

	#menu #nightTrain a {
		width: 186px;
		height: 29px;
		background: url('../../img/menu/nightTrain_down.gif') no-repeat 0 0;
	}

	#menu #nightTrain a:hover {
		background: url('../../img/menu/nightTrain.gif') no-repeat 0 0;
	}
	
	#menu #nightTrain,
	#menu #nightTrain a.selected {
		width: 186px;
		height: 29px;
		background: url('../../img/menu/nightTrain.gif') no-repeat 0 0;
	}
	
	#menu #crossBones {
		margin-left: 10px;
		width: 146px;
		height: 16px;
		background: url('../../img/menu/crossBones.gif') no-repeat 0 0;
	}
	
	#menu #crossBones a {
		width: 146px;
		height: 16px;
		background: url('../../img/menu/crossBones_down.gif') no-repeat 0 0;
	}

	#menu #crossBones a:hover {
		background: url('../../img/menu/crossBones.gif') no-repeat 0 0;
	}
	
	#menu #crossBones,
	#menu #crossBones a.selected {
		width: 146px;
		height: 16px;
		background: url('../../img/menu/crossBones.gif') no-repeat 0 0;
	}