#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 210px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: absolute;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: 50%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: inherit;
}
#menu .home {
	width: 380px;
	height: 298px;
	background: url(images/1-1.jpg) no-repeat;
	left: 42px;
	top: 34px;
}
#menu .home span {
	width: 1024px;
	height: 650px;
	background: url(images/1.jpg) no-repeat;
				
	left: 28px;
	top: 20px;
}
#menu .about {
	width: 131px;
	height: 51px;
	background: url(images/about.gif) no-repeat;
	left: 338px;
	top: 78px;
}
#menu .about span {
	width: 40px;
	height: 12px;
	background: url(images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}
#menu .rss {
	width: 112px;
	height: 47px;
	background: url(images/rss.gif) no-repeat;
	left: 588px;
	top: 94px;
}
#menu .rss span {
	width: 150px;
	height: 50px;
	background: url(images/rss-over.gif) no-repeat;
	left: 26px;
	top: 20px;
}

