@charset "utf-8";
/* CSS Document */

#nav {
		margin:0;
		padding:0;
		background:#36C;
		width:100%;
		float:left;
		border:1px solid #42432d;
		border-width:1px 0;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#000;
		background:#39F;
		padding:20px 40px 4px 10px;
		float:left;
		width:auto;
		border-right:1px solid #42432d;
		text-decoration:none;
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-shadow: 2px 2px 2px #555;
	}
	#nav a:hover,
	#nav a:focus {
		color:#fff;
		background:#36C;
	}
	#nav li:first-child a {
		border-left:1px solid #42432dC;
	}
	#home #nav-home a,
	#mesh #nav-mesh a,
	#poles #nav-poles a,
	#gate #nav-gate a,
	#partners #nav-partners a,
	#warranty #nav-warranty a,
	#estimate #nav-estimate a,
	#contact #nav-contact a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#mesh #nav-mesh a:hover,
	#poles #nav-poles a:hover,
	#gate #nav-gate a:hover,
	#partners #nav-partners a:hover,
	#warranty #nav-warranty a:hover,
	#estimate #nav-estimate a:hover,
	#contact #nav-contact a:hover {
		background:#36C;
	}
	#nav a:active {
	background:#e35a00F;
	color:#fff;
	
	}
