/* CSS Document */

	/* HEADER NAVIGATION */

	#navigation {
		margin:0;
		padding:0;
		width:100%;
		float:left;
		clear:both;
		height: 34px;
		z-index:4000;
		position:relative;
		top:2px;
		
	}
		
	#navigation li {
		display:inline;
		padding:0;
		margin:0;
		white-space:nowrap;
	}
	
	#home-button p, #services-button p, #benefits-button p, #about-us-button p, #contact-us-button p {width:125px; text-align:center; line-height:34px; height:34px}
	
	#navigation a:link,
	#navigation a:visited {
		color:#A0DFC9;
		height:34px;
		float:left;
		text-decoration:none;
		font: 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		outline: none;
		cursor:pointer;
	}
		
	#navigation a:hover {
		color:#fff;
		outline: none;
		cursor:pointer;
	}
	#navigation li:first-child a {
		outline: none;
		cursor:pointer;
		
	}
	#navigation a:active {
		color:#fff;
		outline: none;
		cursor:pointer;
	}
	
	#home-button a, #services-button a, #benefits-button a, #about-us-button a, #contact-us-button a { background: url(../../images/tab-buttons.gif) 0 -34px no-repeat}
	#home-button a:hover, #services-button a:hover, #benefits-button a:hover, #about-us-button a:hover, #contact-us-button a:hover { color:#FFF}
		

	/* HEADER NAVIGATION -- DOWN */
	
	#home-button .down, #services-button .down, #benefits-button .down, #about-us-button .down, #contact-us-button .down { background: url(../../images/tab-buttons.gif) 0 0 no-repeat; font-weight:bold; color:#000; cursor:default}


	
	
	
	

