#nav{
	height: 36px;
	padding:0;
	margin:0;
	background: url(../images/nav-bg.jpg) top left repeat-x;
	font-size:13px;
}

/* navigation styling */
#nav-home{
	background: #ccc url(../images/nav-home.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-home:hover{
	background-position: bottom left;
}

#nav-sell{
	background: #ccc url(../images/nav-sell.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-sell:hover{
	background-position: bottom left;
}

#nav-resources{
	background: #ccc url(../images/nav-resources.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-resources:hover{
	background-position: bottom left;
}

#nav-services{
	background: #ccc url(../images/nav-services.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-services:hover{
	background-position: bottom left;
}

#nav-store{
	background: #ccc url(../images/nav-store.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-store:hover{
	background-position: bottom left;
}

#nav-blog{
	background: #ccc url(../images/nav-blog.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-blog:hover{
	background-position: bottom left;
}

#nav-about{
	background: #ccc url(../images/nav-about.jpg) top left no-repeat;
	text-indent: -9999px;
}

#nav-about:hover{
	background-position: bottom left;
}

