<style type="text/css">
{}

.menubutton {
    width: 300px;
    height: 40px;
    padding-top: 10px;
	display: block;
    text-indent: 20px;
    text-decoration: none;
    font-size: 18pt;
    font-weight: bold;
    color: #000;
}

a.menubutton:link {
    color: #000;
}

a.menubutton:visited {
    color: #000;
}

a.menubutton:hover {
    color: #000;
    background: #FDA83B;
}

</style>