#smenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 750px;
	height: 90px;
/*	background: url(../images/menu-bg.jpg) no-repeat;    */
	position: relative;
}
#smenu span {
	display: none;
	position: absolute;
}
#smenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#smenu a:hover {
	background-position: left bottom;
}
#smenu a:hover span{
	display: block;
}
#smenu .home {
	width: 144px;
	height: 58px;
	background: url(../images/home.png) no-repeat;
	left: 96px;
	top: 20px;
}
#smenu .home span {
	width: 86px;
	height: 14px;
	background: url(../images/home-over.png) no-repeat;
	left: 28px;
	top: -20px;
}
#smenu .about {
	width: 131px;
	height: 51px;
	background: url(../images/about.png) no-repeat;
	left: 338px;
	top: 1px;
}
#smenu .about span {
	width: 40px;
	height: 12px;
	background: url(../images/about-over.png) no-repeat;
	left: 44px;
	top: 54px;
}
#smenu .rss {
	width: 112px;
	height: 47px;
	background: url(../images/rss.png) no-repeat;
	left: 588px;
	top: 40px;
}
#smenu .rss span {
	width: 92px;
	height: 20px;
	background: url(../images/rss-over.png) no-repeat;
	left: 26px;
	top: -20px;
}

