#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
	height:76px;
	position: absolute;
	background-repeat: no-repeat;
	left: 40px;
	top: 3px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
}
#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 164px;
	height:76px;
	left: 0px;
	top: 0px;
	background-image: url(../menuIM/new_menu_01.png);
	background-repeat: no-repeat;
	text-indent:-900px;
	overflow: hidden;
	background-image: url(../menuIM/new_menu_01.png);
}

#menu .about {
	width: 144px;
	height: 76px;
	left: 168px;
	top: 0px;
	background-image: url(../menuIM/new_menu_02.png);
	background-repeat: no-repeat;
	background-image: url../menuIM/new_menu_02.png);
}
#menu .rss {
	width: 144px;
	height: 76px;
	left: 316px;
	top: 0px;
	background-image: url(../menuIM/new_menu_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../menuIM/new_menu_03.png);
}
#menu .sale {
	width: 148px;
	height: 76px;
	left: 464px;
	top: 0px;
	background-image: url(../menuIM/new_menu_04.png);
	background-repeat: no-repeat;
	background-image: url(../menuIM/new_menu_04.png);
}

