@charset "utf-8";
/*menu*/

#menu    { margin: 0; padding: 0; border: 0 }



#menu ul    { text-align: left; list-style: none; width: 400px; height: 50px }



#menu li{
	display: inline;
}

#menu li a  { text-decoration: none; text-indent: -9999px; display: block; float: left; border: 0 }

#menu a       { text-decoration: none; background-image: url("../_i/header/menu_gray.gif"); background-repeat: no-repeat; height: 50px; border: 0 }


#menu a:link { text-decoration: none; border: 0 }
#menu a:visited { text-decoration: none; border: 0 }
#menu a:hover { text-decoration: none; border: 0 }
#menu a:active { text-decoration: none; border: 0 }
#item01 a     { background-position: 0 0; width: 38px }

#item02 a     { background-position: -38px 0; width: 58px }

#item03 a     { background-position: -96px 0; width: 67px }

#item04 a     { background-position: -163px 0; width: 64px }

#item05 a     { background-position: -227px 0; width: 46px }

#item06 a     { background-position: -273px 0; width: 76px }

#item07 a     { background-position: -349px 0; width: 51px }



#item01 a:hover     { background-position: 0 -50px; width: 38px }

#item02 a:hover     { background-position: -38px -50px; width: 58px }

#item03 a:hover     { background-position: -96px -50px; width: 67px }

#item04 a:hover     { background-position: -163px -50px; width: 64px }

#item05 a:hover     { background-position: -227px -50px; width: 46px }

#item06 a:hover     { background-position: -273px -50px; width: 76px }

#item07 a:hover     { background-position: -349px -50px; width: 51px }

