@charset "utf-8";
/* CSS Document */

#navcontainer
{
background: #701713;
margin: 0 auto;
padding: 0 0 0 0;

font-family: Arial, Helvetica, sans-serif;

}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 10;
margin: 0 auto;
width: 100%;
font-size: 12px;
}

ul#navlist li
{
display: block;
float: left;
width: 120px ;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 2px;
border-color: #A0905C;
border-style: solid;
color: #fff;
text-decoration: none;
background: #701713;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ffc;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}