#Menu
{
width: 195px;
margin-top: 10px;
text-align: center;
float: left;
}

#Menu a
{
display: inline-block;
width: 185px;
height: 29px;
margin: 8px 0px 0px 0px;
padding: 0px;
background:url(../images/button.jpg) no-repeat;
color: #000000;
font-family: Verdana, Arial;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-align: center;
}

#Menu a:hover {text-decoration: underline;}