#menu {
	list-style: none;
	padding: 0;
	width: 178px;
	height: 165px;
	background: url(../images/menu-bg.gif) no-repeat;
	position: relative;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 50px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover, a#curr {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 123px;
	height: 29px;
	background: url(../images/home.gif) no-repeat;
	left: 20px;
	top: 0px;
}
/*#menu .home span {
	width: 123px;
	height: 58px;
	background: url(../images/home-over2.gif) no-repeat;
	left: 20px;
	top: -20px;
}*/
#menu .about {
	width: 120px;
	height: 48px;
	background: url(../images/about.gif) no-repeat;
	left: 20px;
	top: 28px;
}
/*#menu .about span {
	width: 40px;
	height: 12px;
	background: url(../images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}*/
#menu .showcase {
	width: 145px;
	height: 38px;
	background: url(../images/showcase.gif) no-repeat;
	left: 24px;
	top: 65px;
}
/*#menu .rss span {
	width: 92px;
	height: 20px;
	background: url(../images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}*/

#menu .contact {
	width: 128px;
	height: 39px;
	background: url(../images/contact.gif) no-repeat;
	left: 12px;
	top: 100px;
}
