.menu{
margin-left:0px;
margin-top:110px;
padding:0;
width:530px;
overflow: hidden;
height:20px;
float:right;
}

.menu ul{
margin:0;
padding:0;
list-style-type: none;

}

.menu li{
display: inline;
margin:0;

}

.menu li a{
width:97px;
float: left;
display: block;
font: bold 12px arial;
text-decoration: none;
margin: 0;
padding: 2px 2px; /*padding inside each tab*/
color: white;
background-image:url(buttonoff.gif);
background-position:center center;
background-repeat:no-repeat;
text-align:center;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .mmenu li.selected a{
background-image:url(button.gif);
background-position:center center;
background-repeat:no-repeat;
}

</style>
