/********* MENU ***********************/
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 720px;
	height: 25px;
	position: relative;
}
#menu a {
	display: block;
	text-indent:-2000px;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .home {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_home.jpg) no-repeat;
	top: 6px;
}
#menu .home_active {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_home.jpg) no-repeat;
	background-position: left bottom;
	top: 6px;
}
#menu .news {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_news.jpg) no-repeat;
	left: 90px;
	top: 6px;
}
#menu .news_active {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_news.jpg) no-repeat;
	background-position: left bottom;
	left: 90px;
	top: 6px;
}
#menu .gallery {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_gallery.jpg) no-repeat;
	left: 180px;
	top: 6px;
}
#menu .gallery_active {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_gallery.jpg) no-repeat;
	background-position: left bottom;
	left: 180px;
	top: 6px;
}
#menu .about {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_about.jpg) no-repeat;
	left: 270px;
	top: 6px;
}
#menu .about_active {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_about.jpg) no-repeat;
	background-position: left bottom;
	left: 270px;
	top: 6px;
}
#menu .laminate{
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_laminate.jpg) no-repeat;
	left: 360px;
	top: 6px;
}
#menu .laminate_active{
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_laminate.jpg) no-repeat;
	background-position: left bottom;
	left: 360px;
	top: 6px;
}
#menu .contact {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_contact.jpg) no-repeat;
	left: 450px;
	top: 6px;
}
#menu .contact_active {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_contact.jpg) no-repeat;
	background-position: left bottom;
	left: 450px;
	top: 6px;
}

#menu .partners{
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_partners.jpg) no-repeat;
	left: 540px;
	top: 6px;
}
#menu .partners_active{
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_partners.jpg) no-repeat;
	background-position: left bottom;
	left: 540px;
	top: 6px;
}
#menu .blog {
	width: 90px;
	height: 25px;
	background: url(../img/menu/menu_blog.jpg) no-repeat;
	left: 630px;
	top: 6px;
}

