/* Navigation */

	#nav {
		position: absolute;
		top: 142px;
		left: 300px;
		width: 210px;
		height: 70px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#nav li {
		display:inline;
		margin:0;
		padding:0;
		width: 70px;
		height: 70px;
		text-indent: 0;
	}
	
	#nav a {
		position: absolute;
		top: 0px;
		left: 0px;
		display:block;
		text-indent:-9000px;

		width: 70px;
		height: 70px;
		margin:0;
		padding:0;
	}
	
	/* ------------------------------------------------------------- */	
		
	
	#nav1 a:hover, 			
	#nav1_down a, 			
	#homepage #nav1 a:hover 	{background: transparent url("../images/nav/menu_f2.png") no-repeat 0 0;}
	#nav1 a 					{background: transparent url("../images/nav/menu.png") no-repeat 0 0;left: 0px;}

	
	/* ------------------------------------------------------------- */	
		
	
	#nav2 a:hover, 			
	#nav2_down a,
	#profilespage #nav2 a:hover	{background: transparent url("../images/nav/contact_f2.png") no-repeat 0 0;}
	#nav2 a 					{background: transparent url("../images/nav/contact.png") no-repeat 0 0;left: 70px;}
	
	/* ------------------------------------------------------------- */	
	
	#nav3 a:hover, 				
	#nav3_down a, 				
	#thecarpage #nav3 a:hover	{background: transparent url("../images/nav/map_f2.png") no-repeat 0 0;}
	#nav3 a 					{background: transparent url("../images/nav/map.png") no-repeat 0 0;left: 140px;}
	
	/* ------------------------------------------------------------- */