@charset "UTF-8";
#menu {
display:block;
	text-align:center;
	margin: 0 auto;
	width:100%;
	background-image:url('../y-img/menu/menu-background.png');
	height:31px;
}
#menu ul li {
	float: left;
	font:0.8em/140% "Lucida Grande", sans-serif;
	overflow:hidden;
}
#menu li a {
	display:block;
	text-indent:-9999px;
	background-image:url('../y-img/menu/menu.png');
	background-repeat:no-repeat;
}
#menu0 a, #menu0 a:link, #menu0 a:visited, #menu0 a:active {
	width:60px;
	background-position:0 -30px;
	height: 31px;
}
#menu0 a:hover {
	background-position:0 0;
	height: 31px;
}
#menu1 a, #menu1 a:link, #menu1 a:visited, #menu1 a:active {
	width:180px;
	background-position:-60px -30px;
	height: 31px;
}
#menu1 a:hover {
	background-position:-60px 0;
	height: 31px;
}
#menu2 a, #menu2 a:link, #menu2 a:visited, #menu2 a:active {
	background-position:-240px -30px;
	height: 31px;
	width:180px;
}
#menu2 a:hover {
	background-position:-240px 0;
	height: 31px;
}
#menu3 a, #menu3 a:link, #menu3 a:visited, #menu3 a:active {
	background-position:-420px -30px;
	height: 31px;
	width:180px;
}
#menu3 a:hover {
	background-position:-420px 0;
	height: 31px;
}
#menu4 a, #menu4 a:link, #menu4 a:visited, #menu4 a:active {
	background-position:-600px -30px;
	height: 31px;
	width:180px;
}
#menu4 a:hover {
	background-position:-600px 0;
	height: 31px;
}
#menu5 a, #menu5 a:link, #menu5 a:visited, #menu5 a:active {
	background-position:-780px -30px;
	height: 31px;
	width:180px;
}
#menu5 a:hover {
	background-position:-780px 0;
	height: 31px;
}

