
#nav {
	float: left;
	height: 47px;
	width: 980px;
	background-color: #00085b;
}

#nav-home {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-home.png);
}

#nav-home-s {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-home.png);
	background-position: 0 -94px;
}

#nav-home:hover {
	background-position: 0 -47px;
}

#nav-dave {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-dave.png);
}

#nav-dave-s {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-dave.png);
	background-position: 0 -94px;
}

#nav-dave:hover {
	background-position: 0 -47px;
}

#nav-offers {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-offers.png);
}

#nav-offers-s {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-offers.png);
	background-position: 0 -94px;
}

#nav-offers:hover {
	background-position: 0 -47px;
}

#nav-about {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-about.png);
}

#nav-about-s {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-about.png);
	background-position: 0 -94px;
}

#nav-about:hover {
	background-position: 0 -47px;
}

#nav-forum {
	float: left;
	width: 138px;
	height: 47px;
	background: url(images/nav-forum.png);
}

#nav-forum-s {
	float: left;
	width: 138px;
	height: 47px;
	background: url(images/nav-forum.png);
	background-position: 0 -94px;
}

#nav-forum:hover {
	background-position: 0 -47px;
}

#nav-blog {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-blog.png);
}

#nav-blog-s {
	float: left;
	width: 196px;
	height: 47px;
	background: url(images/nav-blog.png);
	background-position: 0 -94px;
}

#nav-blog:hover {
	background-position: 0 -47px;
}

#nav img {
	float: left;
}

#nav span {
	display: none;
}


