.menu a{
background-image: url(button/button.jpg); 
background-repeat: no-repeat;
display:block; width:80px; height:60px;
color:#4682B4; 
font-weight:bold; font-family:arial, sans-serif; font-size:14px;
text-decoration:none; text-align:center; 
}
.menu a:hover{background-image: url(button/button_over.jpg); 
background-repeat: no-repeat; 
color:#B8860B; 
}
.menu table{border:1px solid #cccccc;
}
.home a{

background-image: url(button/button_home.jpg); 
background-repeat: no-repeat;
display:block; width:80px; height:120px;
text-align:center; color:#4682b4; 
}
.home a:hover{
background-image: url(button/button_home_over.jpg); 
background-repeat: no-repeat;
}
