ul {
	list-style: none;
	padding: 0px;
	margin:0 auto;
}

.displace {
	position: absolute;
	left: -5000px;
}

ul li { 
	float: left;
}
.news a{
	display: block;
	width: 68px;
	height: 32px;
	margin-left:0px;
	background: url(../images/news.png);
	background-position: 0 -32px;
}
.news a:hover {
	background-position: 0 -64px;
}
.news a:active {
	background-position: 0 -64px;
}
.news a.selected {
	background-position: 0 -64px;
}

.reviews a{
	display: block;
	width: 98px;
	height: 32px;
	margin-left:15px;
	background: url(../images/reviews.png);
	background-position: 0 -32px;
}
.reviews a:hover {
	background-position: 0 -64px;
}
.reviews a:active {
	background-position: 0 -64px;
}
.reviews a.selected {
	background-position: 0 -64px;
}
.blog a{
	display: block;
	width: 56px;
	height: 32px;
	margin-left:15px;
	background: url(../images/blog.png);
	background-position: 0 -31px;
}
.blog a:hover {
	background-position: 0 -64px;
}
.blog a:active {
	background-position: 0 -64px;
}
.blog a.selected {
	background-position: 0 -63px; 
}
.contact a{
	display: block;
	width: 98px;
	height: 32px;
	margin-left:15px;
	background: url(../images/contact.png);
	background-position: 0 -32px;
}
.contact a:hover {
	background-position: 0 -64px;
}
.contact a:active {
	background-position: 0 -64px;
}
.contact a.selected {
	background-position: 0 -64px;
}
.social a{
	display: block;
	width: 35px;
	height: 32px;
	margin-left:10px;
	background: url(../images/facebook.png);
	background-position: 0 -32px;
}
.social a:hover {
	background-position: 0 -64px;
}
.social a:active {
	background-position: 0 -64px;
}
.social a.selected {
	background-position: 0 -64px;
}
.soundcloud a{
	display: block;
	width: 35px;
	height: 32px;
	margin-left:1px;
	background: url(../images/soundcloud.png);
	background-position: 0 -32px;
}
.soundcloud a:hover {
	background-position: 0 -64px;
}
.soundcloud a:active {
	background-position: 0 -64px;
}
.soundcloud a.selected {
	background-position: 0 -64px;
}

