#menu {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 990px;
	height: 110px;
	background: url(../Imgs/bannerweb.png) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 64px;
	height: 25px;
	background: url(../Imgs/home.png) no-repeat;
	left: 140px;
	top: 30px;
}
#menu .home span {
	width: 86px;
	height: 14px;
	background: url(../Imgs/home-over.gif) no-repeat;
	left: 0px;
	top: 20px;
}
#menu .gallery {
	width: 75px;
	height: 29px;
	background: url(../Imgs/gallery.png) no-repeat;
	left: 220px;
	top: 28px;
}
#menu .gallery span {
	width: 96px;
	height: 18px;
	background: url(../Imgs/gallery-over.gif) no-repeat;
	left: 0px;
	top: -32px;
}
#menu .prices{
	width: 66px;
	height: 24px;
	background: url(../Imgs/prices.png) no-repeat;
	left: 310px;
	top: 32px;
}
#menu .prices span {
	width: 64px;
	height: 14px;
	background: url(../Imgs/how-much.gif) no-repeat;
	left: 0px;
	top: -34px;
}
#menu .raves{
	width: 57px;
	height: 20px;
	background: url(../Imgs/raves.png) no-repeat;
	left: 396px;
	top: 36px;
}
#menu .raves span {
	width: 112px;
	height: 18px;
	background: url(../Imgs/client-appreciation.gif) no-repeat;
	left: -20px;
	top: -40px;
}
#menu .blog{
	width: 53px;
	height: 29px;
	background: url(../Imgs/blog.png) no-repeat;
	left: 477px;
	top: 30px;
}
#menu .blog span {
	width: 113px;
	height: 19px;
	background: url(../Imgs/latest-photos.gif) no-repeat;
	left: -10px;
	top: -35px;
}
#menu .documentary{
	width: 133px;
	height: 32px;
	background: url(../Imgs/documentary.png) no-repeat;
	left: 540px;
	top: 30px;
}
#menu .documentary span {
	width: 312px;
	height: 26px;
	background: url(../Imgs/coming-soon.png) no-repeat;
	left: -10px;
	top: -32px;
}
#menu .contact{
	width: 133px;
	height: 25px;
	background: url(../Imgs/contact.png) no-repeat;
	left: 690px;
	top: 33px;
}
#menu .contact span {
	width: 166px;
	height: 15px;
	background: url(../Imgs/new-phone.png) no-repeat;
        left: -23px;
	top: -32px;
}
#menu .subscribe{
	width: 130px;
	height: 28px;
	background: url(../Imgs/subscribe.png) no-repeat;
	left: 778px;
	top: 30px;
}
#menu .subscribe span {
	width: 244px;
	height: 27px;
	background: url(../Imgs/Exclusive.png) no-repeat;
        left: -134px;
	top: -32px;
}
#menu .facebook{
	width: 20px;
	height: 20px;
	background: url(../Imgs/face.png) no-repeat;
	left: 820px;
	top: 56px;
}