#menu {
	width: 780px;
	height:40px;
	margin: 0 auto;
	top: 0px;
	background: #E6E2C7 url(../images/menu.gif) no-repeat;
}
#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(../images/menu.gif) no-repeat 0px 0px;
	width:90px;
}
#menu li.menu02 a {
	background:url(../images/menu.gif) no-repeat -99px 0px;
	width:142px;
}
#menu li.menu03 a {
	background:url(../images/menu.gif) no-repeat -241px 0px;
	width:133px;
}
#menu li.menu04 a {
	background:url(../images/menu.gif) no-repeat -374px 0px;
	width:124px;
}
#menu li.menu05 a {
	background:url(../images/menu.gif) no-repeat -498px 0px;
	width:169px;
}
#menu li.menu06 a {
	background:url(../images/menu.gif) no-repeat -667px 0px;
	width:113px;
}



/*------hover*/
#menu li.menu01 a:hover {
	background:url(../images/menu.gif) no-repeat 0px -44px;
}
#menu li.menu02 a:hover {
	background:url(../images/menu.gif) no-repeat -99px -44px;
}
#menu li.menu03 a:hover {
	background:url(../images/menu.gif) no-repeat -241px -44px;
}
#menu li.menu04 a:hover {
	background:url(../images/menu.gif) no-repeat -374px -44px;
}
#menu li.menu05 a:hover {
	background:url(../images/menu.gif) no-repeat -498px -44px;
}
#menu li.menu06 a:hover {
	background:url(../images/menu.gif) no-repeat -667px -44px;
}