#preHeader{
	width: 960px;
	height: 1px;
}

#preHeader h1{
	text-indent: -9999px;
}
#headerLogo{
	width: 500px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url(images/logo.gif) no-repeat;
}
#nav{
	width: 208px;
	height: 15px;
	border: 0px solid red;
	top: 63px;
	left: 228px;
	position: relative;

}

#newWork{
height: 15px;
width: 70px;
text-indent: 10000px;
overflow: hidden;
background: url(images/newWork.gif) top left no-repeat;
display: block;
margin-right: 16px;
}
 
#newWork:hover{
background-position: bottom left;
}
#portfolio{
height: 15px;
width: 68px;
text-indent: 10000px;
overflow: hidden;
background: url(images/portfolio.gif) top left no-repeat;
display: block;
	margin-right: 18px;
}
 
#portfolio:hover{
background-position: bottom left;
}

#blog{
height: 15px;
width: 36px;
text-indent: 10000px;
overflow: hidden;
background: url(images/blog.gif) top left no-repeat;
display: block;
}
 
#blog:hover{
background-position: bottom left;
}



#newWorkOn{
height: 15px;
width: 70px;
text-indent: 10000px;
overflow: hidden;
background: url(images/newWork.gif) no-repeat;
display: block;
margin-right: 16px;
background-position: bottom left;
}
 
#newWorkOn:hover{
background-position: bottom left;
}
#portfolioPm{
height: 15px;
width: 68px;
text-indent: 10000px;
overflow: hidden;
background: url(images/portfolio.gif) top left no-repeat;
display: block;
margin-right: 18px;
background-position: bottom left;
}
 
#portfolioOn:hover{
background-position: bottom left;
}

#blogOn{
height: 15px;
width: 36px;
text-indent: 10000px;
overflow: hidden;
background: url(images/blog.gif) top left no-repeat;
display: block;
background-position: bottom left;
}
 
#blogOn:hover{
background-position: bottom left;
}