.headerbar {
   margin-bottom: 20px;
   text-align: center;
}
#navcontainer {
   width: 100%;
}
ul#navlist
{
margin: 0 10px 0 0px;
padding: 0;
width: 100px;
}

#navlist li
{
list-style-type: none;
background-color: #191970;
color: #daa520;
border: .2em solid #daa520;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #daa520;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #faebd7;
color: #191970;
}

#navlist li.active a {
   color: #191970;
   background-color: #daa520;
}
