#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 780px;
	height: 80px;
	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: 144px;
	height: 58px;
	left: 115px;
	top: 5px;
	background-image: url(home.gif);
	background-repeat: no-repeat;
}
#menu .home span {
	width: 86px;
	height: 14px;
	background: url(home-over.gif) no-repeat;
	left: 28px;
	top: -20px;
}
#menu .about {
	width: 131px;
	height: 51px;
	background: url(about.gif) no-repeat;
	left: 328px;
	top: 10px;
}
#menu .about span {
	width: 80px;
	height: 12px;
	background: url(about-over.gif) no-repeat;
	left: 44px;
	top: -18px;
}
#menu .rss {
	width: 112px;
	height: 48px;
	background: url(rss.gif) no-repeat;
	left: 537px;
	top: 12px;
}
#menu .rss span {
	width: 92px;
	height: 20px;
	background: url(rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}
