h3 {font-family: arial}

p {font-family: arial; font-size: 90%}
p {color: #5A2D00}

h3 {color: #5A2D00}

ul {color: #5A2D00}
ul {font-family: arial}
ul {font-size: 100%}

ul.two {color: #5A2D00}
ul.two {font-family: arial}
ul.two {font-size: 90%}

a:link {color: #5A2D00}
a:visited {color: #5A2D00}
a:hover {color: #5A2D00; background: #EAEBAF; font-weight: normal}
a:active {color: #FF8429}

#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 0px 8px 1px 15px;
border: 1px solid #333;
background-color: #5A2D00;
font-family: Arial;
font-weight: bold;
font-size: 80%;
text-decoration: none;

background-image: url(images/button_down.jpg);
}

#navlist a:link, #navlist a:visited
{
color: #EEE;

}

#navlist a:hover
{
border: 1px solid #333;
background-color: #5A2D00;

background-image: url(images/button_over.jpg);
color: white;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #5A2D00;

background-image: url(images/button_down.jpg);
color: white;
}

