/* Navigation */

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

	#nav {
		list-style: none;
		position: absolute;
		width: 213px;
		height: auto;
		top: -9px;
		left: 0px;
		padding: 0px;
		background: #333;
		border-bottom: 1px solid #999;
}
	
	#nav li {
		list-style: none;
		display:inline;
		margin:0;
		padding:0;
		height: 28px;
		width: 213px;
	}
	
	#nav ul {
		margin: 0;padding:0;
	}
	
	#nav a {
		display:block;
		text-indent:-9000px;
		left: 0;
		width: 213px;
		height: 28px;
		overflow:hidden;
		margin: 0;
	}

		
	/* ------------------------------------------------------------- */	
		
	
	#nav-home a:hover, 			
	#nav-home_down a, 			
	#home-page #nav-home a:hover 	{background: transparent url("../images/nav/home_f2.gif") no-repeat 0 0;}
	#home-page #nav-home a			{background: transparent url("../images/nav/home_f3.gif") no-repeat 0 0;}
	#nav-home a 					{background: transparent url("../images/nav/home.gif") no-repeat 0 0;}

	
	/* ------------------------------------------------------------- */	
		
	
	#nav-firm a:hover, 			
	#nav-firm_down a, 			
	#firm-page #nav-firm a:hover 	{background: transparent url("../images/nav/firm_f2.gif") no-repeat 0 0;}
	#firm-page #nav-firm a			{background: transparent url("../images/nav/firm_f3.gif") no-repeat 0 0;}
	#nav-firm a 					{background: transparent url("../images/nav/firm.gif") no-repeat 0 0;}
	
	/* ------------------------------------------------------------- */	
	
	#nav-services a:hover, 			
	#nav-services_down a, 			
	#services-page #nav-services a:hover 	{background: transparent url("../images/nav/services_f2.gif") no-repeat 0 0;}
	#services-page #nav-services a			{background: transparent url("../images/nav/services_f3.gif") no-repeat 0 0;}
	#nav-services a 						{background: transparent url("../images/nav/services.gif") no-repeat 0 0;}
	
	/* ------------------------------------------------------------- */	
	
	#nav-contact a:hover, 			
	#nav-contact_down a, 			
	#contact-page #nav-contact a:hover 	{background: transparent url("../images/nav/contact_f2.gif") no-repeat 0 0;}
	#contact-page #nav-contact a		{background: transparent url("../images/nav/contact_f3.gif") no-repeat 0 0;}
	#nav-contact a 						{background: transparent url("../images/nav/contact.gif") no-repeat 0 0;}
	
	/* ------------------------------------------------------------- */	
	
	#nav-links a:hover, 			
	#nav-links_down a, 			
	#links-page #nav-links a:hover 		{background: transparent url("../images/nav/links_f2.gif") no-repeat 0 0;}
	#links-page #nav-links a			{background: transparent url("../images/nav/links_f3.gif") no-repeat 0 0;}
	#nav-links a 						{background: transparent url("../images/nav/links.gif") no-repeat 0 0;}
	
	/* ------------------------------------------------------------- */	
	

