@charset "UTF-8";
/* CSS Document */

.index{
	background-image: url(home.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 27px;
}
a:hover .index {
	background-image: url(home_o.png);
}
.music{
	background-image: url(music.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 12px;
}
a:hover .music {
	background-image: url(music_o.png);
}
.promo{
	background-image: url(promo.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 11px;
}
a:hover .promo {
	background-image: url(promo_o.png);
}
.movies{
	background-image: url(movies.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 11px;
}
a:hover .movies {
	background-image: url(movies_o.png);
}
.effects{
	background-image: url(effects.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 7px;
}
a:hover .effects {
	background-image: url(effects_o.png);
}
.costs{
	background-image: url(costs.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 5px;
}
a:hover .costs {
	background-image: url(costs_o.png);
}
.blog{
	background-image: url(blog.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 9px;
}
a:hover .blog {
	background-image: url(blog_o.png);
}
.contact{
	background-image: url(contact.png);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 10px;
}
a:hover .contact {
	background-image: url(contact_o.png);
}
