.menu {
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
	float: left;
}

.menu li {
	padding: 0 7px 0 0;
	margin: 0;
	height: 49px;
	list-style: none;
	background-repeat: no-repeat;
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 49px;
	background-repeat: no-repeat;
}

.home {background-image: url(images/homea.png); width: 65px;}
.home a {background-image: url(images/home.png);}
.about {background-image: url(images/abouta.png); width: 69px;}
.about a {background-image: url(images/about.png);}
.blog {background-image: url(images/bloga.png); width: 50px;}
.blog a {background-image: url(images/blog.png);}
.videos {background-image: url(images/videosa.png); width: 70px;}
.videos a {background-image: url(images/videos.png);}
.photos {background-image: url(images/photosa.png); width: 82px;}
.photos a {background-image: url(images/photos.png);}
.forum {background-image: url(images/foruma.png); width: 68px;}
.forum a {background-image: url(images/forum.png);}
.e-shop {background-image: url(images/eshopa.png); width: 77px;}
.e-shop a {background-image: url(images/eshop.png);}
.contact {background-image: url(images/contacta.png); width: 78px;}
.contact a {background-image: url(images/contact.png);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}