#navcontainer2
{
background: transparent;
margin-left: 25%;
padding: 0;
font-family: georgia, serif;
text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer2:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}


ul#navlist2
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 0.8em;
}

ul#navlist2 li
{
display: block;
float: left;
width: 11%;
margin: 0;
padding: 0;
}

ul#navlist2 li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 3px;
border-color: #ffe  #aaab9c #ccc #fff;
border-style: solid;
color: black;
text-decoration: none;
background: white;
text-align: center;
}

#navcontainer2>ul#navlist2 li a { width: auto; }

ul#navlist2 li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist2 li a:hover, ul#navlist2 li#active2 a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
