﻿#smenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 211px;
	height: 438px;
	background: url(images/lovetolearn.gif) no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}
#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.gif) no-repeat;
	left: 11px;
	top: 273px;
}
#smenu .home span {
	width: 86px;
	height: 14px;
	background: url(images/home-over.gif) no-repeat;
	left: 28px;
	top: -20px;
}
#smenu .about {
	width: 131px;
	height: 51px;
	background: url(images/about.gif) no-repeat;
	left: 58px;
	top: 347px;
}
#smenu .about span {
	width: 40px;
	height: 12px;
	background: url(images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}
#smenu .rss {
	width: 112px;
	height: 47px;
	background: url(images/rss.gif) no-repeat;
	left: 588px;
	top: 94px;
}
#smenu .rss span {
	width: 92px;
	height: 20px;
	background: url(images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}
