#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #57420E;
border-color: #ffffff;
color: white;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 3em;
background-color: #57420E;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #57420E;
font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #E6D7A9;
color: #000000;
font-weight: bold;
}


a { font-family: Arial, helvetica; font-size: 12px; color: #ffffff; text-decoration: none}

a:hover { font-family: Arial, helvetica; font-size: 12px; color: #ffffff; text-decoration: underline;

}