#menu {
	width:790px;
	float:left;
	height:40px;
	padding: 0px;
	background: url(../image/menu.gif) ;
}
#menu ul {
	list-style:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
}
#menu li {
	display:inline;
	list-style-type:none;
}
#menu li a {
	height:40px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#menu li.menu01 a {
	background:url(../image/menu.gif) no-repeat 0px 0px;
	width:164px;
}
#menu li.menu02 a {
	background:url(../image/menu.gif) no-repeat 164px 0px;
	width:125px;
}
#menu li.menu03 a {
	background:url(../image/menu.gif) no-repeat 289px 0px;
	width:178px;
}
#menu li.menu04 a {
	background:url(../image/menu.gif) no-repeat 467px 0px;
	width:183px;
}
#menu li.menu05 a {
	background:url(../image/menu.gif) no-repeat 650px 0px;
	width:135px;
}




/*------hover*/
#menu li.menu01 a:hover {
	background:url(../image/menu.gif) no-repeat 0px -40px;
}
#menu li.menu02 a:hover {
	background:url(../image/menu.gif) no-repeat -164px -40px;
}
#menu li.menu03 a:hover {
	background:url(../image/menu.gif) no-repeat -289px -40px;
}
#menu li.menu04 a:hover {
	background:url(../image/menu.gif) no-repeat -467px -40px;
}
#menu li.menu05 a:hover {
	background:url(../image/menu.gif) no-repeat -650px -40px;
}

