@charset "utf-8";
/* CSS Document */

#menu{
	width:537px;
	height:51px;
	display:block;
	padding:0px;
	margin-top:67px;
	text-align:center;
	float:right;
	clear:right;
}
#menu ul{
	list-style-type:none;
	list-style-image:none;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	display:block;
	position:relative;

}
#menu li{
	display:block;
	float:left;
	height:51px;
	margin:0px;
	padding:0px;
}
#menu img{
	margin:0px;
	padding:0px;
}
#menu li a{
      display:block;
	  text-decoration:none;
	  text-indent:-4000px;
	  height:100%;
      height:100%;
	  margin:0px;
	  padding:0px;
	  outline:none;
}

#menu_01, #menu_02, #menu_03, #menu_04, #menu_05, #menu_06, #menu_07{
	background-image:url(../menu/menu.jpg);
	background-repeat:no-repeat;
}
#menu_01 a:hover, #menu_02 a:hover, #menu_03 a:hover, #menu_04 a:hover, #menu_05 a:hover, #menu_06 a:hover, #menu_07 a:hover{
	background-image:url(../menu/menu_over.jpg);
	background-repeat:no-repeat;
}


#menu_01, #menu_01 a:hover{
	width:90px;
}
#menu_02, #menu_02 a:hover{ 
	width:88px;
	background-position:-90px;
}
#menu_03, #menu_03 a:hover{
	width:90px;
	background-position:-178px;
}
#menu_04, #menu_04 a:hover{
	width:98px;
	background-position:-268px;
}
#menu_05, #menu_05 a:hover{ 
	width:113px;
	background-position:-367px;
}
#menu_06, #menu_06 a:hover{ 
	width:54px;
	background-position:-480px;
}
#menu_07, #menu_07 a:hover{
	width:48px;
	background-position:-537px;
}