#spice {
	float: left;
	height: 19px;
	width: 60px;
	background-color: #000000;
}

#meni {
	position: relative;
	height: 19px;
	width: 910px;
}
#meni ul {
margin: 0;
padding: 0 0 0 0px;
height: 19px;
list-style: none;
display: inline;
overflow: hidden;
}

#meni li {
margin: 0; 
padding: 0;
list-style: none;
display: inline;
}

#meni a {
float: left;
padding: 19px 0 0;
overflow: hidden;
height: 0px !important;
}

#meni a:hover {
background-position: 0 -19px;
}

#meni a.selected {
background-position: 0 -19px;
}


#meni-bio a {
width: 25px;
background: url(bio.jpg) top left no-repeat;
}

#meni-credits a {
width: 51px;
background: url(credits.jpg) top left no-repeat;
}

#meni-film-music  a {
width: 74px;
background: url(film-music.jpg) no-repeat left -19px;
}

#meni-game-music a {
width: 88px;
background: url(game-music.jpg) top left no-repeat;
}

#meni-press a {
width: 37px;
background: url(press.jpg) top left no-repeat;
}

#meni-testimonials a {
width: 92px;
background: url(testimonials.jpg) top left no-repeat;
}

#meni-journal a {
width: 60px;
background: url(journal.jpg) top left no-repeat;
}

#meni-contact a {
width: 63px;
background: url(contact.jpg) top left no-repeat;
}
a:link {
	color: #6A7C94;
	text-decoration: none;
}
a:visited {
	color: #6A7C94;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #6A7C94;
	text-decoration: none;
}
a img {
	border: none;
	}
