.menubutton{
 
padding-top: 0px;
width: 920px;

}

.menubutton ul{
margin: 0px;
padding: 0px;
text-align:   justify;

}

.menubutton li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding-right: 29px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
 
}

.menubutton a, .menubutton a:visited{
padding: 0 0px;
text-decoration: none; 
 font-weight: bold;
color: #CCC;

}

.menubutton a:hover, .menubutton a:active{
color: #C4DB0D;;
font-weight: bold;


}

.menubutton li.currentpage{
font-weight: bold;

font-weight: bold;
color: #C4DB0D;
}

.menubutton li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.menubutton li.nextpage{
font-weight: bold;
}

* html .menubutton li.currentpage, * html .menubutton li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 20px;
padding-right: 0;
}
