#aboutContent, #workContent, #clientsContent, #contactContent {
	/* defined in the head for ns4 compatibility */
	 position: absolute; 
	
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	
	}
/* moved left to 0 */
#nav {
	position:absolute; 
	left: 250px; 
	top:45px; 
	z-index:1;
	}

#nav-home {
	position:absolute; 
	left: 200px; 
	top:0px; 
	z-index:1;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	list-style: none;
	width: 200px;
	height: auto;
	margin: 10px;
	line-height: 12px;
	}
	
#nav a {
	text-decoration: none;
	font-size: 11px;
	color: #d56120;
	}
	
#nav a:hover {
	color: #d73402;
	}
