/* Navigation */

	/* ------------------------------------------------------------- */	

	#nav {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 137px;
		height: 318px;
		background: url("../images/nav.jpg") no-repeat 0 0;
	}

	#nav li {
		display:inline;
		margin:0;
		padding:0;
		width: 117px;
		height: 30px;
	}
	
	#nav ul {
		margin: 0;
		margin-top: 148px;
		margin-left: 20px;
		width: 117px;
	}
	
	#nav a {
		display:block;
		text-indent:-9000px;
		left: 0;
		width: 117px;
		height: 30px;
		overflow:hidden;
		margin: 0;
		margin-bottom: 0px;
	}

		
	/* ------------------------------------------------------------- */	
		
	#nav_home a {
		background: transparent url("../images/nav/nav-home.jpg") no-repeat 0 0;
	}
	
	#nav_home a:hover {
		background: transparent url("../images/nav/nav-home_f2.jpg") no-repeat 0 0;
	}
	
	#nav_home_down a {
		background: transparent url("../images/nav/nav-home_f2.jpg") no-repeat 0 0;
	}
	
	#home_page #nav_home a {
		background: transparent url("../images/nav/nav-home_f3.jpg") no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	
		
	#nav_about a {
		background: transparent url("../images/nav/nav-about.jpg") no-repeat 0 0;
	}
	
	#nav_about a:hover {
		background: transparent url("../images/nav/nav-about_f2.jpg") no-repeat 0 0;
	}
	
	#nav_about_down a {
		background: transparent url("../images/nav/nav-about_f2.jpg") no-repeat 0 0;
	}
	
	#about_page #nav_about a {
		background: transparent url("../images/nav/nav-about_f3.jpg") no-repeat 0 0;
	}
		
	/* ------------------------------------------------------------- */
		
	#nav_information a {
		background: transparent url("../images/nav/nav-information.jpg") no-repeat 0 0;
	}
	
	#nav_information a:hover {
		background: transparent url("../images/nav/nav-information_f2.jpg") no-repeat 0 0;
	}
	
	#nav_information_down a {
		background: transparent url("../images/nav/nav-information_f2.jpg") no-repeat 0 0;
	}
	
	#information_page #nav_information a {
		background: transparent url("../images/nav/nav-information_f3.jpg") no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	
		
	#nav_about a {
		background: transparent url("../images/nav/nav-about.jpg") no-repeat 0 0;
	}
	
	#nav_about a:hover {
		background: transparent url("../images/nav/nav-about_f2.jpg") no-repeat 0 0;
	}
	
	#nav_about_down a {
		background: transparent url("../images/nav/nav-about_f2.jpg") no-repeat 0 0;
	}
	
	#about_page #nav_about a {
		background: transparent url("../images/nav/nav-about_f3.jpg") no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	
	
	#nav_contact a {
		background: transparent url("../images/nav/nav-contact.jpg") no-repeat 0 0;
	}
	
	#nav_contact a:hover {
		background: transparent url("../images/nav/nav-contact_f2.jpg") no-repeat 0 0;
	}
	
	#nav_contact_down a {
		background: transparent url("../images/nav/nav-contact_f2.jpg") no-repeat 0 0;
	}
	
	#contact_page #nav_contact a {
		background: transparent url("../images/nav/nav-contact_f3.jpg") no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */
	
	#nav_newsletters a {
		background: transparent url("../images/nav/nav-newsletters.jpg") no-repeat 0 0;
	}
	
	#nav_newsletters a:hover {
		background: transparent url("../images/nav/nav-newsletters_f2.jpg") no-repeat 0 0;
	}
	
	#nav_newsletters_down a {
		background: transparent url("../images/nav/nav-newsletters_f2.jpg") no-repeat 0 0;
	}
	
	#newsletters_page #nav_newsletters a {
		background: transparent url("../images/nav/nav-newsletters_f3.jpg") no-repeat 0 0;
	}
	
	

	
	
	
	
