
.menu{
position: relative;
top: 20px;
left:10px;
height: 35px;
width: 370px;
float:right;
text-align:center;
}

.menu ul{
width:100%;
height:100%;
float:left;
list-style:none;
margin:0;
padding:0;
}

.menu li{
display:inline;
}

.menu li a{
height: 35px;
float: left;
margin-left: 5px;
font-family: Arial;
font-size: 12px;
color: #fff;
text-decoration: none;
}

.menu li .button1 a{
width: 102px;
height: 35px;
padding-top: 10px;
background: url(images/button1.jpg) no-repeat;
}

.menu li .button2 a{
width: 64px;
height: 34px;
padding-top: 10px;
background: url(images/button2.jpg) no-repeat;
}

.menu li .button3 a{
width: 75px;
height: 36px;
padding-top: 10px;
background: url(images/button3.jpg) no-repeat;
}


.menu li a:visited{
color:#fff;
}

.menu li a:active{
color:#fff;
}

.menu li a:hover{
color: #fff;
}


