#menu {
	width: 582px;
	height: 26px;
	background: url(../images/common/menu.gif);
	margin: 0;
	padding: 0;
	position: relative;
}
#menu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#menu li, #menu a {
    height: 26px; display: block;
}
#button1 {left: 0px; width: 60px;}
#button1 a:hover {
    background: transparent url(../images/common/menu.gif)
    0px -26px no-repeat;}
#button2 {left: 60px; width: 70px;}
#button2 a:hover {
    background: transparent url(../images/common/menu.gif)
    -60px -26px no-repeat;}
#button3 {left: 130px; width: 75px;}
#button3 a:hover {
    background: transparent url(../images/common/menu.gif)
    -130px -26px no-repeat;}
#button4 {left: 205px; width: 125px;}
#button4 a:hover {
    background: transparent url(../images/common/menu.gif)
    -205px -26px no-repeat;}
#button5 {left: 330px; width: 95px;}
#button5 a:hover {
    background: transparent url(../images/common/menu.gif)
    -330px -26px no-repeat;}
#button6 {left: 425px; width: 69px;}
#button6 a:hover {
    background: transparent url(../images/common/menu.gif)
    -425px -26px no-repeat;}
#button7 {left: 494px; width: 88px;}
#button7 a:hover {
    background: transparent url(../images/common/menu.gif)
    -494px -26px no-repeat;}

