#nav{
	padding: 20px 0 0 12px;
	float: left;
}

#nav .tab{
	float: left;
	margin-left: 11px;
	height: 28px;
	background-image: url(/assets/img/sprite-nav.png);
	cursor: pointer;
}

#tab-marketplace{ width: 105px; background-position: -210px 0px; }
#tab-marketplace.hover{ width: 105px; background-position: -105px 0px; }
#tab-marketplace.current{ width: 105px; background-position: 0px 0px; }

#tab-forums{ width: 70px; background-position: -210px -28px; }
#tab-forums.hover{ width: 70px; background-position: -105px -28px; }
#tab-forums.current{ width: 70px; background-position: 0px -28px; }

#tab-blogs{ width: 57px; background-position: -210px -56px; }
#tab-blogs.hover{ width: 57px; background-position: -105px -56px; }
#tab-blogs.current{ width: 57px; background-position: 0px -56px; }

#tab-news{ width: 56px; background-position: -210px -84px; }
#tab-news.hover{ width: 56px; background-position: -105px -84px; }
#tab-news.current{ width: 56px; background-position: 0px -84px; }

