.menu ul
{
float:left;
width:800px;
padding:0;
margin:0;
list-style-type:none;
}
.menu a
{
float:left;
font-family: arial,tahoma;
text-transform: uppercase;
font-size:12px;
font-weight: bold;
text-decoration:none; 
color:#FFF; 
width:110px; 
height:10px; 
border:2px solid white; 
padding:5px 10px 5px 10px; 
line-height:10px;
background:#C30 url("image2/topredMS.png") no-repeat top left; 
}
.menu a:hover {
font-family: arial,tahoma;
text-transform: uppercase;
font-size:14px;
font-weight: bold;
text-decoration:none; 
color:#000; 
width:110px; 
height:10px; 
border:2px solid #FFF; 
background:#ffdf02 url("image2/btmyellowMS.png") no-repeat bottom left; 
padding:15px 10px 5px 10px;
line-height:15px;
}
.menu li {display:inline;}