<style type="text/css">

.hovermenu{
width: 100%;
float: left;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
width: 100%;
/*height: 20px;*/
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white; /* black; */
background-color: #339900; /* #66cc66; /*FFF2BF;*/
/* border-right: 1px solid white;
border-left: 1px solid white;*/
}

.hovermenu ul li a:hover{
color: black;
}

</style>