body{
line-height: 150%;
}
td {
line-height: 150%;
}
#menu ul{
margin: 0px;
padding: 0px;
list-style: none;
}
#menu li{
padding: 4px;
margin: 0px;
float: left;
}
#menu li a{
display: block; 
background: url("button.gif") no-repeat;
border: 0px;
padding: 4px;
text-decoration: none;
color: #555;
width: 150px; 
height: 22px;
margin: 0px;
text-align: center;
font-size: 15px;
}
#menu li a:hover{
display: block; 
background: url("button2.gif") no-repeat;
border: 0px;
padding: 4px;
text-decoration: none;	//underline;
color: #fff;
width: 150px; 
height: 22px;
margin: 0px;
text-align: center;
font-size: 15px;
}
