   #thinmenu {
    width: 592px; 
    height: 29px;
    margin: 0;
    padding: 0;
    background-image: url(../images/header/thinmenu.gif);
    background-repeat: no-repeat; 
    position: relative;
  }
  
	#thinmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
	}
	
	#thinmenu li {
  	height: 29px;
    display: block;
  }
	#panel1 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
	#panel2 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
	#panel3 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
	#panel4 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
  #panel5 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
  #panel6 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
  #panel7 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
  #panel8 a {
		width: 74px;
  	height: 29px;
    display: block;
  }
  #panel1 {
  	left: 0px;
  }
  #panel2 {

  	left: 74px;
  }
  #panel3 {
  	left: 148px;
  }
  #panel4 {
  	left: 222px;
  }
  #panel5 {
  	left: 296px;
  }
  #panel6 {
  	left: 370px;
  }
  #panel7 {
  	left: 444px;
  }
  #panel8 {
  	left: 518px;
  }
  
  #panel1 a:hover {
    background: url(../images/header/thinmenu.gif) 0px -29px no-repeat;
    }
  #panel2 a:hover {
    background: url(../images/header/thinmenu.gif) -74px -29px no-repeat;
    }
  #panel3 a:hover {
    background: url(../images/header/thinmenu.gif) -148px -29px no-repeat;
    }
  #panel4 a:hover {
    background: url(../images/header/thinmenu.gif) -222px -29px no-repeat;
    }
  #panel5 a:hover {
    background: url(../images/header/thinmenu.gif) -296px -29px no-repeat;
    }
  #panel6 a:hover {
    background: url(../images/header/thinmenu.gif) -370px -29px no-repeat;
    }
  #panel7 a:hover {
    background: url(../images/header/thinmenu.gif) -444px -29px no-repeat;
    }
  #panel8 a:hover {
    background: url(../images/header/thinmenu.gif) -518px -29px no-repeat;
    }