ul#navlist
{
width: 300px;
margin: 0 auto;
padding: 0;
list-style-type: none;
/* float: left; */
/* width: 100%; */
width: 25em;
color: #000;
background-color: #9BAB7A;
/* background-color: #ED7660; */
}

ul#navlist li 
{ 
width: 33.3%;
display: inline; 
}

ul#navlist li a
{
float: left;
width: 33.3%;
color: #000;
background-color: #ED7660;
padding: .5em 0;
text-align: center;
text-decoration: none;
font-size: 11px;
}

ul#navlist li a:hover
{
width: 33.3%;
background-color: #ACBFC5;
color: #000;
}

#navlist li a.active, #navlist li a:active
{
  width: 33.3%;
  color: #000; 
  background-color: #F1F093;
}

#navlist li a:hover.active, #navlist li a:hover.active
{
  width: 33.3%;
  color: #000; 
  background-color: #ACBFC5;
}
