#menu1 { background-image: url(images/menu/menu.gif); background-repeat: repeat; width:768px; float: left; margin:0 auto; list-style-type:none; }
#menu1 li { background-image: url(images/menu/menu.gif); background-repeat: repeat; float:left; width:96px; }
#menu1 a { display:block; width:103px; color:#000; background-image: url(images/menu/menu.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align:center; padding:2px 0 4px; text-decoration:none; float:left; }
#menu1 a:hover {
  color:#fff; 
  background:#0173ac;
  }
