.menu {
     display:block;
     height:25px;
     width: 100px;
     background: #353841 url("images2/tlo.bmp") repeat-x center;
     text-decoration: none;
     text-align:center;
     color:white;
     font-family: Tahoma;
     font-size: 14px;
     line-height:25px;     
     vertical-align:middle;
     border-top: 1px solid white;
     border-bottom: 1px solid white;   
     }
.menu:hover {
     display:block;
     height:25px;
     width: 100px;
     background: #af6165 url("images2/tlo2.bmp") repeat-x center;
     text-decoration: none;
     text-align:center;
     color:white;
     font-family: Tahoma;
     font-size: 14px;
     line-height:25px;     
     vertical-align:middle;
     border-top: 1px solid white;     
     border-bottom: 1px solid white;          
     }