
ul#menu {
margin: 0px;
margin-top: 79px;
padding: 0px;
display: block;
float: left;
width: 480px;
height: 31px;
font-weight: bold;
}

#menu li {
margin: 0px;
padding:0px;
list-style-type: none;
display: inline;
width: 90px;
height: 31px;
line-height: 31px;
}

#menu a {
font-size: 10px;
float: left;
line-height: 31px;
background-image: url(../images/button.jpg);
background-repeat: no-repeat;
width: 96px;
height: 31px;
text-align: center;
text-decoration: none;
color: #999999;
}

#menu a.active, #menu a:hover {
background-position: -120px 0px;
color: #ffffff;
}

