/*navigation bar*/


    

	#nav {
		margin:4;
		padding:0;
		/* background:#808259; */
		width:100%;
		float:center;
		border:1px solid #42432d;
		border-width:0px 0;
	}
	#nav li {
		display:inline;
		padding:4;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#000;
		/*background:#b2b580;*/
		/*padding:20px 40px 4px 10px; */
		padding:10px 20px 4px 2px
		float:left;
		width:auto;
		/*border-right:1px solid #000;
		border-left: 1px solid #000; */
		border: 1px solid #000;
		text-decoration:none;
		/*font: Arial, Helvetica, sans-serif;*/
		font: bold 90%/100% Arial, Helvetica, sans-serif;
	   /*	text-transform:uppercase; */
		/*text-shadow: 4px 4px 4px #555; */
	}
	#nav a:hover {
		color:#fff;
		background:#727454;
	}
	#nav li:first-child a {
		border-left:1px solid #000000;
	}
	#home #nav-home a,
	#ourgang #nav-ourgang a,
	#SunnySideUp #nav-SunnySideUp a,
	#reasonwhy #nav-reasonwhy a,
	#upsidedawn #nav-cybercat a,
	#cybercat #nav-cybercat a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#reviews #nav-reviews a:hover,
	#contact #nav-contact a:hover {
		background:#e35a00;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}
	
